Shades of Viking #60B4CE
Tints of Viking #60B4CE
RGB
CMYK
RGB Variations
Color information
#60B4CE (or 0x60B4CE) is known color: Viking. HEX triplet: 60, B4 and CE. RGB value is (96,180,206). Sum of RGB (Red+Green+Blue) = 96+180+206=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #60B4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4CE is #9F4B31. Grayscale: #9D9D9D. Windows color (decimal): -10439474 or 13546592. OLE color: 13546592.
HSL color Cylindrical-coordinate representation of color #60B4CE: hue angle of 194.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60B4CE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 180 | 206 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.19 |
| HSL | 194.18º | 0.53% | 0.59% | - |
| HSV(B) | 194.18º | 0.53% | 0.81% | - |
| XYZ | 32.29 | 39.59 | 64.33 | - |
| YUV | 157.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 206 | 0.53 | 0.13 | 0 | 0.19 | 194.18 | 0.53 | 0.59 |
| Hex | 60 | B4 | CE | 35 | D | 0 | 13 | C2 | 35 | 3B |
| Octal | 140 | 264 | 316 | 65 | 15 | 0 | 23 | 302 | 65 | 73 |
| Binary | 1100000 | 10110100 | 11001110 | 110101 | 1101 | 0 | 10011 | 11000010 | 110101 | 111011 |
Color Harmonies of #60B4CE
Complementary color
Monochromatic Colors of #60B4CE
Black with #60B4CE
Text Example
Text Example
White with #60B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B4CE; }
p { color: rgb(96,180,206); }
H1.HeaderClassName
{
color: #60B4CE;
}
.AnyTagClassName
{
color: #60B4CE;
}
</style>
background-color css
<style>
a { background-color: #60B4CE; }
a { background-color: rgb(96,180,206); }
div.DivClassName
{
background-color: #60B4CE;
}
.BgClassName
{
background-color: #60B4CE;
}
</style>
border-color css
<style>
span { border-color: #60B4CE; }
span { border-color: rgb(96,180,206); }
td.TdClassName
{
border-color: #60B4CE;
}
.TagClassName
{
border-color: #60B4CE;
}
</style>