Shades of Viking #62BAC6
Tints of Viking #62BAC6
RGB
CMYK
RGB Variations
Color information
#62BAC6 (or 0x62BAC6) is known color: Viking. HEX triplet: 62, BA and C6. RGB value is (98,186,198). Sum of RGB (Red+Green+Blue) = 98+186+198=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #62BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BAC6 is #9D4539. Grayscale: #A0A0A0. Windows color (decimal): -10306874 or 13023842. OLE color: 13023842.
HSL color Cylindrical-coordinate representation of color #62BAC6: hue angle of 187.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62BAC6 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 186 | 198 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.22 |
| HSL | 187.2º | 0.47% | 0.58% | - |
| HSV(B) | 187.2º | 0.51% | 0.78% | - |
| XYZ | 32.79 | 41.79 | 59.76 | - |
| YUV | 161.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 198 | 0.51 | 0.06 | 0 | 0.22 | 187.2 | 0.47 | 0.58 |
| Hex | 62 | BA | C6 | 33 | 6 | 0 | 16 | BB | 2F | 3A |
| Octal | 142 | 272 | 306 | 63 | 6 | 0 | 26 | 273 | 57 | 72 |
| Binary | 1100010 | 10111010 | 11000110 | 110011 | 110 | 0 | 10110 | 10111011 | 101111 | 111010 |
Color Harmonies of #62BAC6
Complementary color
Monochromatic Colors of #62BAC6
Black with #62BAC6
Text Example
Text Example
White with #62BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BAC6; }
p { color: rgb(98,186,198); }
H1.HeaderClassName
{
color: #62BAC6;
}
.AnyTagClassName
{
color: #62BAC6;
}
</style>
background-color css
<style>
a { background-color: #62BAC6; }
a { background-color: rgb(98,186,198); }
div.DivClassName
{
background-color: #62BAC6;
}
.BgClassName
{
background-color: #62BAC6;
}
</style>
border-color css
<style>
span { border-color: #62BAC6; }
span { border-color: rgb(98,186,198); }
td.TdClassName
{
border-color: #62BAC6;
}
.TagClassName
{
border-color: #62BAC6;
}
</style>