Shades of Viking #62BBCC
Tints of Viking #62BBCC
RGB
CMYK
RGB Variations
Color information
#62BBCC (or 0x62BBCC) is known color: Viking. HEX triplet: 62, BB and CC. RGB value is (98,187,204). Sum of RGB (Red+Green+Blue) = 98+187+204=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #62BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBCC is #9D4433. Grayscale: #A2A2A2. Windows color (decimal): -10306612 or 13417314. OLE color: 13417314.
HSL color Cylindrical-coordinate representation of color #62BBCC: hue angle of 189.62º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BBCC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 187 | 204 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.2 |
| HSL | 189.62º | 0.51% | 0.59% | - |
| HSV(B) | 189.62º | 0.52% | 0.8% | - |
| XYZ | 33.71 | 42.5 | 63.55 | - |
| YUV | 162.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 204 | 0.52 | 0.08 | 0 | 0.2 | 189.62 | 0.51 | 0.59 |
| Hex | 62 | BB | CC | 34 | 8 | 0 | 14 | BE | 33 | 3B |
| Octal | 142 | 273 | 314 | 64 | 10 | 0 | 24 | 276 | 63 | 73 |
| Binary | 1100010 | 10111011 | 11001100 | 110100 | 1000 | 0 | 10100 | 10111110 | 110011 | 111011 |
Color Harmonies of #62BBCC
Complementary color
Monochromatic Colors of #62BBCC
Black with #62BBCC
Text Example
Text Example
White with #62BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBCC; }
p { color: rgb(98,187,204); }
H1.HeaderClassName
{
color: #62BBCC;
}
.AnyTagClassName
{
color: #62BBCC;
}
</style>
background-color css
<style>
a { background-color: #62BBCC; }
a { background-color: rgb(98,187,204); }
div.DivClassName
{
background-color: #62BBCC;
}
.BgClassName
{
background-color: #62BBCC;
}
</style>
border-color css
<style>
span { border-color: #62BBCC; }
span { border-color: rgb(98,187,204); }
td.TdClassName
{
border-color: #62BBCC;
}
.TagClassName
{
border-color: #62BBCC;
}
</style>