Shades of Viking #60B1CE
Tints of Viking #60B1CE
RGB
CMYK
RGB Variations
Color information
#60B1CE (or 0x60B1CE) is known color: Viking. HEX triplet: 60, B1 and CE. RGB value is (96,177,206). Sum of RGB (Red+Green+Blue) = 96+177+206=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #60B1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1CE is #9F4E31. Grayscale: #9B9B9B. Windows color (decimal): -10440242 or 13545824. OLE color: 13545824.
HSL color Cylindrical-coordinate representation of color #60B1CE: hue angle of 195.82º 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 #60B1CE is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 177 | 206 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.19 |
| HSL | 195.82º | 0.53% | 0.59% | - |
| HSV(B) | 195.82º | 0.53% | 0.81% | - |
| XYZ | 31.69 | 38.39 | 64.13 | - |
| YUV | 156.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 206 | 0.53 | 0.14 | 0 | 0.19 | 195.82 | 0.53 | 0.59 |
| Hex | 60 | B1 | CE | 35 | E | 0 | 13 | C4 | 35 | 3B |
| Octal | 140 | 261 | 316 | 65 | 16 | 0 | 23 | 304 | 65 | 73 |
| Binary | 1100000 | 10110001 | 11001110 | 110101 | 1110 | 0 | 10011 | 11000100 | 110101 | 111011 |
Color Harmonies of #60B1CE
Complementary color
Monochromatic Colors of #60B1CE
Black with #60B1CE
Text Example
Text Example
White with #60B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B1CE; }
p { color: rgb(96,177,206); }
H1.HeaderClassName
{
color: #60B1CE;
}
.AnyTagClassName
{
color: #60B1CE;
}
</style>
background-color css
<style>
a { background-color: #60B1CE; }
a { background-color: rgb(96,177,206); }
div.DivClassName
{
background-color: #60B1CE;
}
.BgClassName
{
background-color: #60B1CE;
}
</style>
border-color css
<style>
span { border-color: #60B1CE; }
span { border-color: rgb(96,177,206); }
td.TdClassName
{
border-color: #60B1CE;
}
.TagClassName
{
border-color: #60B1CE;
}
</style>