Scroll for details

Viking

Hex Color

Viking Color Values & Conversions

HEX

#68C8D8

RGB

rgb(104, 200, 216)

HSL

hsl(189°, 59%, 63%)

CMYK

cmyk(52%, 7%, 0%, 15%)

Code Snippets

CSS Click to copy
background-color: #68c8d8;
Tailwind CSS Click to copy
className="bg-[#68c8d8]"
SCSS Variable Click to copy
$primary-color: #68c8d8;
JavaScript Click to copy
const color = '#68c8d8';
Flutter Click to copy
Color(0xFF68c8d8)
Swift (UIKit) Click to copy
UIColor(hex: "#68c8d8")
Swift (SwiftUI) Click to copy
Color(hex: "#68c8d8")
Android (Kotlin) Click to copy
Color.parseColor("#68c8d8")

Accessibility (WCAG)

On White Background FAIL

1.93

Fails WCAG

On Black Background PASS

10.84

AAA Normal Text

Shades & Tints

Frequently Asked Questions About Viking

What is the RGB for Viking?

The RGB value for Viking is 104, 200, 216. In CSS, you can use it as rgb(104, 200, 216) or the hex code #68C8D8.

What is the Hex code for Viking?

The Hex code for Viking is #68C8D8. Hex codes are widely used in web design and are the most common way to represent colors in HTML and CSS.

How to convert Viking RGB to CMYK?

The CMYK value for Viking (RGB 104, 200, 216) is 52, 7, 0, 15. This conversion is essential when preparing designs for print, as printers use CMYK ink instead of RGB light.

What is the HSL value for Viking?

The HSL value for Viking is 189°, 59%, 63%. HSL (Hue, Saturation, Lightness) is often more intuitive for designers as it represents colors in a way that's closer to human perception.

What does RGB stand for?

RGB stands for Red, Green, and Blue. It's an additive color model used in digital displays where colors are created by combining different intensities of red, green, and blue light. The color Viking (#68C8D8) is composed of RGB values: 104, 200, 216, where each value ranges from 0 to 255, representing the intensity of each color channel.

What is the difference between RGB and CMYK?

RGB is an additive color model used for digital screens (monitors, TVs, smartphones), where colors are created by adding light. CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive color model used for printing, where colors are created by absorbing light with ink.

For printing Viking, you should use the CMYK value (52, 7, 0, 15) instead of RGB (104, 200, 216) to ensure color accuracy. RGB colors may appear different when printed because screens emit light while paper reflects it.

When should I use RGB vs CMYK?

Use RGB for:
  • • Website design
  • • Digital graphics
  • • Social media images
  • • Screen presentations
  • • Mobile apps
Use CMYK for:
  • • Print materials
  • • Business cards
  • • Brochures & flyers
  • • Magazines
  • • Product packaging

Related Colors & Complementary Palette

Complementary Color

The complementary color sits opposite on the color wheel and creates maximum contrast.

#D87A69

Click to view details

Analogous Colors

Colors adjacent on the color wheel that create harmonious combinations.

Triadic Colors

Three colors evenly spaced on the color wheel for vibrant, balanced palettes.

© 2025 ViewRGB.com - The fastest way to view any color

Made with ❤️ for designers and developers