Shades of Viking #60B9C4
Tints of Viking #60B9C4
RGB
CMYK
RGB Variations
Color information
#60B9C4 (or 0x60B9C4) is known color: Viking. HEX triplet: 60, B9 and C4. RGB value is (96,185,196). Sum of RGB (Red+Green+Blue) = 96+185+196=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #60B9C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9C4 is #9F463B. Grayscale: #9F9F9F. Windows color (decimal): -10438204 or 12892512. OLE color: 12892512.
HSL color Cylindrical-coordinate representation of color #60B9C4: hue angle of 186.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B9C4 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 185 | 196 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.23 |
| HSL | 186.6º | 0.46% | 0.57% | - |
| HSV(B) | 186.6º | 0.51% | 0.77% | - |
| XYZ | 32.14 | 41.17 | 58.48 | - |
| YUV | 159.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 196 | 0.51 | 0.06 | 0 | 0.23 | 186.6 | 0.46 | 0.57 |
| Hex | 60 | B9 | C4 | 33 | 6 | 0 | 17 | BB | 2E | 39 |
| Octal | 140 | 271 | 304 | 63 | 6 | 0 | 27 | 273 | 56 | 71 |
| Binary | 1100000 | 10111001 | 11000100 | 110011 | 110 | 0 | 10111 | 10111011 | 101110 | 111001 |
Color Harmonies of #60B9C4
Complementary color
Monochromatic Colors of #60B9C4
Black with #60B9C4
Text Example
Text Example
White with #60B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9C4; }
p { color: rgb(96,185,196); }
H1.HeaderClassName
{
color: #60B9C4;
}
.AnyTagClassName
{
color: #60B9C4;
}
</style>
background-color css
<style>
a { background-color: #60B9C4; }
a { background-color: rgb(96,185,196); }
div.DivClassName
{
background-color: #60B9C4;
}
.BgClassName
{
background-color: #60B9C4;
}
</style>
border-color css
<style>
span { border-color: #60B9C4; }
span { border-color: rgb(96,185,196); }
td.TdClassName
{
border-color: #60B9C4;
}
.TagClassName
{
border-color: #60B9C4;
}
</style>