Shades of Viking #60B7C9
Tints of Viking #60B7C9
RGB
CMYK
RGB Variations
Color information
#60B7C9 (or 0x60B7C9) is known color: Viking. HEX triplet: 60, B7 and C9. RGB value is (96,183,201). Sum of RGB (Red+Green+Blue) = 96+183+201=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #60B7C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7C9 is #9F4836. Grayscale: #9E9E9E. Windows color (decimal): -10438711 or 13219680. OLE color: 13219680.
HSL color Cylindrical-coordinate representation of color #60B7C9: hue angle of 190.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60B7C9 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 183 | 201 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.21 |
| HSL | 190.29º | 0.49% | 0.58% | - |
| HSV(B) | 190.29º | 0.52% | 0.79% | - |
| XYZ | 32.3 | 40.57 | 61.39 | - |
| YUV | 159.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 201 | 0.52 | 0.09 | 0 | 0.21 | 190.29 | 0.49 | 0.58 |
| Hex | 60 | B7 | C9 | 34 | 9 | 0 | 15 | BE | 31 | 3A |
| Octal | 140 | 267 | 311 | 64 | 11 | 0 | 25 | 276 | 61 | 72 |
| Binary | 1100000 | 10110111 | 11001001 | 110100 | 1001 | 0 | 10101 | 10111110 | 110001 | 111010 |
Color Harmonies of #60B7C9
Complementary color
Monochromatic Colors of #60B7C9
Black with #60B7C9
Text Example
Text Example
White with #60B7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7C9; }
p { color: rgb(96,183,201); }
H1.HeaderClassName
{
color: #60B7C9;
}
.AnyTagClassName
{
color: #60B7C9;
}
</style>
background-color css
<style>
a { background-color: #60B7C9; }
a { background-color: rgb(96,183,201); }
div.DivClassName
{
background-color: #60B7C9;
}
.BgClassName
{
background-color: #60B7C9;
}
</style>
border-color css
<style>
span { border-color: #60B7C9; }
span { border-color: rgb(96,183,201); }
td.TdClassName
{
border-color: #60B7C9;
}
.TagClassName
{
border-color: #60B7C9;
}
</style>