Shades of Viking #60BDC9
Tints of Viking #60BDC9
RGB
CMYK
RGB Variations
Color information
#60BDC9 (or 0x60BDC9) is known color: Viking. HEX triplet: 60, BD and C9. RGB value is (96,189,201). Sum of RGB (Red+Green+Blue) = 96+189+201=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #60BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDC9 is #9F4236. Grayscale: #A2A2A2. Windows color (decimal): -10437175 or 13221216. OLE color: 13221216.
HSL color Cylindrical-coordinate representation of color #60BDC9: hue angle of 186.86º 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 #60BDC9 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 189 | 201 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.21 |
| HSL | 186.86º | 0.49% | 0.58% | - |
| HSV(B) | 186.86º | 0.52% | 0.79% | - |
| XYZ | 33.56 | 43.1 | 61.81 | - |
| YUV | 162.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 201 | 0.52 | 0.06 | 0 | 0.21 | 186.86 | 0.49 | 0.58 |
| Hex | 60 | BD | C9 | 34 | 6 | 0 | 15 | BB | 31 | 3A |
| Octal | 140 | 275 | 311 | 64 | 6 | 0 | 25 | 273 | 61 | 72 |
| Binary | 1100000 | 10111101 | 11001001 | 110100 | 110 | 0 | 10101 | 10111011 | 110001 | 111010 |
Color Harmonies of #60BDC9
Complementary color
Monochromatic Colors of #60BDC9
Black with #60BDC9
Text Example
Text Example
White with #60BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDC9; }
p { color: rgb(96,189,201); }
H1.HeaderClassName
{
color: #60BDC9;
}
.AnyTagClassName
{
color: #60BDC9;
}
</style>
background-color css
<style>
a { background-color: #60BDC9; }
a { background-color: rgb(96,189,201); }
div.DivClassName
{
background-color: #60BDC9;
}
.BgClassName
{
background-color: #60BDC9;
}
</style>
border-color css
<style>
span { border-color: #60BDC9; }
span { border-color: rgb(96,189,201); }
td.TdClassName
{
border-color: #60BDC9;
}
.TagClassName
{
border-color: #60BDC9;
}
</style>