Shades of Viking #60B6CE
Tints of Viking #60B6CE
RGB
CMYK
RGB Variations
Color information
#60B6CE (or 0x60B6CE) is known color: Viking. HEX triplet: 60, B6 and CE. RGB value is (96,182,206). Sum of RGB (Red+Green+Blue) = 96+182+206=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #60B6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B6CE is #9F4931. Grayscale: #9E9E9E. Windows color (decimal): -10438962 or 13547104. OLE color: 13547104.
HSL color Cylindrical-coordinate representation of color #60B6CE: hue angle of 193.09º 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 #60B6CE is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 182 | 206 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.19 |
| HSL | 193.09º | 0.53% | 0.59% | - |
| HSV(B) | 193.09º | 0.53% | 0.81% | - |
| XYZ | 32.69 | 40.4 | 64.47 | - |
| YUV | 159.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 206 | 0.53 | 0.12 | 0 | 0.19 | 193.09 | 0.53 | 0.59 |
| Hex | 60 | B6 | CE | 35 | C | 0 | 13 | C1 | 35 | 3B |
| Octal | 140 | 266 | 316 | 65 | 14 | 0 | 23 | 301 | 65 | 73 |
| Binary | 1100000 | 10110110 | 11001110 | 110101 | 1100 | 0 | 10011 | 11000001 | 110101 | 111011 |
Color Harmonies of #60B6CE
Complementary color
Monochromatic Colors of #60B6CE
Black with #60B6CE
Text Example
Text Example
White with #60B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B6CE; }
p { color: rgb(96,182,206); }
H1.HeaderClassName
{
color: #60B6CE;
}
.AnyTagClassName
{
color: #60B6CE;
}
</style>
background-color css
<style>
a { background-color: #60B6CE; }
a { background-color: rgb(96,182,206); }
div.DivClassName
{
background-color: #60B6CE;
}
.BgClassName
{
background-color: #60B6CE;
}
</style>
border-color css
<style>
span { border-color: #60B6CE; }
span { border-color: rgb(96,182,206); }
td.TdClassName
{
border-color: #60B6CE;
}
.TagClassName
{
border-color: #60B6CE;
}
</style>