Shades of Hoki #60808E
Tints of Hoki #60808E
RGB
CMYK
RGB Variations
Color information
#60808E (or 0x60808E) is known color: Hoki. HEX triplet: 60, 80 and 8E. RGB value is (96,128,142). Sum of RGB (Red+Green+Blue) = 96+128+142=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #60808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60808E is #9F7F71. Grayscale: #777777. Windows color (decimal): -10452850 or 9338976. OLE color: 9338976.
HSL color Cylindrical-coordinate representation of color #60808E: hue angle of 198.26º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60808E is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 128 | 142 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.44 |
| HSL | 198.26º | 0.19% | 0.47% | - |
| HSV(B) | 198.26º | 0.32% | 0.56% | - |
| XYZ | 17.43 | 19.88 | 28.51 | - |
| YUV | 120.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 142 | 0.32 | 0.10 | 0 | 0.44 | 198.26 | 0.19 | 0.47 |
| Hex | 60 | 80 | 8E | 20 | A | 0 | 2C | C6 | 13 | 2F |
| Octal | 140 | 200 | 216 | 40 | 12 | 0 | 54 | 306 | 23 | 57 |
| Binary | 1100000 | 10000000 | 10001110 | 100000 | 1010 | 0 | 101100 | 11000110 | 10011 | 101111 |
Color Harmonies of #60808E
Complementary color
Monochromatic Colors of #60808E
Black with #60808E
Text Example
Text Example
White with #60808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60808E; }
p { color: rgb(96,128,142); }
H1.HeaderClassName
{
color: #60808E;
}
.AnyTagClassName
{
color: #60808E;
}
</style>
background-color css
<style>
a { background-color: #60808E; }
a { background-color: rgb(96,128,142); }
div.DivClassName
{
background-color: #60808E;
}
.BgClassName
{
background-color: #60808E;
}
</style>
border-color css
<style>
span { border-color: #60808E; }
span { border-color: rgb(96,128,142); }
td.TdClassName
{
border-color: #60808E;
}
.TagClassName
{
border-color: #60808E;
}
</style>