Shades of Hoki #60818E
Tints of Hoki #60818E
RGB
CMYK
RGB Variations
Color information
#60818E (or 0x60818E) is known color: Hoki. HEX triplet: 60, 81 and 8E. RGB value is (96,129,142). Sum of RGB (Red+Green+Blue) = 96+129+142=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #60818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60818E is #9F7E71. Grayscale: #787878. Windows color (decimal): -10452594 or 9339232. OLE color: 9339232.
HSL color Cylindrical-coordinate representation of color #60818E: hue angle of 196.96º 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 #60818E is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 129 | 142 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.44 |
| HSL | 196.96º | 0.19% | 0.47% | - |
| HSV(B) | 196.96º | 0.32% | 0.56% | - |
| XYZ | 17.56 | 20.14 | 28.55 | - |
| YUV | 120.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 142 | 0.32 | 0.09 | 0 | 0.44 | 196.96 | 0.19 | 0.47 |
| Hex | 60 | 81 | 8E | 20 | 9 | 0 | 2C | C5 | 13 | 2F |
| Octal | 140 | 201 | 216 | 40 | 11 | 0 | 54 | 305 | 23 | 57 |
| Binary | 1100000 | 10000001 | 10001110 | 100000 | 1001 | 0 | 101100 | 11000101 | 10011 | 101111 |
Color Harmonies of #60818E
Complementary color
Monochromatic Colors of #60818E
Black with #60818E
Text Example
Text Example
White with #60818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60818E; }
p { color: rgb(96,129,142); }
H1.HeaderClassName
{
color: #60818E;
}
.AnyTagClassName
{
color: #60818E;
}
</style>
background-color css
<style>
a { background-color: #60818E; }
a { background-color: rgb(96,129,142); }
div.DivClassName
{
background-color: #60818E;
}
.BgClassName
{
background-color: #60818E;
}
</style>
border-color css
<style>
span { border-color: #60818E; }
span { border-color: rgb(96,129,142); }
td.TdClassName
{
border-color: #60818E;
}
.TagClassName
{
border-color: #60818E;
}
</style>