Shades of Viking #62AFC4
Tints of Viking #62AFC4
RGB
CMYK
RGB Variations
Color information
#62AFC4 (or 0x62AFC4) is known color: Viking. HEX triplet: 62, AF and C4. RGB value is (98,175,196). Sum of RGB (Red+Green+Blue) = 98+175+196=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #62AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFC4 is #9D503B. Grayscale: #9A9A9A. Windows color (decimal): -10309692 or 12889954. OLE color: 12889954.
HSL color Cylindrical-coordinate representation of color #62AFC4: hue angle of 192.86º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62AFC4 is Cyan = 0.5, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 175 | 196 | - |
| CMYK | 0.5 | 0.11 | 0 | 0.23 |
| HSL | 192.86º | 0.45% | 0.58% | - |
| HSV(B) | 192.86º | 0.5% | 0.77% | - |
| XYZ | 30.33 | 37.24 | 57.81 | - |
| YUV | 154.37 | 151.49 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 196 | 0.5 | 0.11 | 0 | 0.23 | 192.86 | 0.45 | 0.58 |
| Hex | 62 | AF | C4 | 32 | B | 0 | 17 | C1 | 2D | 3A |
| Octal | 142 | 257 | 304 | 62 | 13 | 0 | 27 | 301 | 55 | 72 |
| Binary | 1100010 | 10101111 | 11000100 | 110010 | 1011 | 0 | 10111 | 11000001 | 101101 | 111010 |
Color Harmonies of #62AFC4
Complementary color
Monochromatic Colors of #62AFC4
Black with #62AFC4
Text Example
Text Example
White with #62AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AFC4; }
p { color: rgb(98,175,196); }
H1.HeaderClassName
{
color: #62AFC4;
}
.AnyTagClassName
{
color: #62AFC4;
}
</style>
background-color css
<style>
a { background-color: #62AFC4; }
a { background-color: rgb(98,175,196); }
div.DivClassName
{
background-color: #62AFC4;
}
.BgClassName
{
background-color: #62AFC4;
}
</style>
border-color css
<style>
span { border-color: #62AFC4; }
span { border-color: rgb(98,175,196); }
td.TdClassName
{
border-color: #62AFC4;
}
.TagClassName
{
border-color: #62AFC4;
}
</style>