Shades of Hoki #60818B
Tints of Hoki #60818B
RGB
CMYK
RGB Variations
Color information
#60818B (or 0x60818B) is known color: Hoki. HEX triplet: 60, 81 and 8B. RGB value is (96,129,139). Sum of RGB (Red+Green+Blue) = 96+129+139=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #60818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60818B is #9F7E74. Grayscale: #787878. Windows color (decimal): -10452597 or 9142624. OLE color: 9142624.
HSL color Cylindrical-coordinate representation of color #60818B: hue angle of 193.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60818B is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 129 | 139 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.45 |
| HSL | 193.95º | 0.18% | 0.46% | - |
| HSV(B) | 193.95º | 0.31% | 0.55% | - |
| XYZ | 17.33 | 20.05 | 27.38 | - |
| YUV | 120.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 139 | 0.31 | 0.07 | 0 | 0.45 | 193.95 | 0.18 | 0.46 |
| Hex | 60 | 81 | 8B | 1F | 7 | 0 | 2D | C2 | 12 | 2E |
| Octal | 140 | 201 | 213 | 37 | 7 | 0 | 55 | 302 | 22 | 56 |
| Binary | 1100000 | 10000001 | 10001011 | 11111 | 111 | 0 | 101101 | 11000010 | 10010 | 101110 |
Color Harmonies of #60818B
Complementary color
Monochromatic Colors of #60818B
Black with #60818B
Text Example
Text Example
White with #60818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60818B; }
p { color: rgb(96,129,139); }
H1.HeaderClassName
{
color: #60818B;
}
.AnyTagClassName
{
color: #60818B;
}
</style>
background-color css
<style>
a { background-color: #60818B; }
a { background-color: rgb(96,129,139); }
div.DivClassName
{
background-color: #60818B;
}
.BgClassName
{
background-color: #60818B;
}
</style>
border-color css
<style>
span { border-color: #60818B; }
span { border-color: rgb(96,129,139); }
td.TdClassName
{
border-color: #60818B;
}
.TagClassName
{
border-color: #60818B;
}
</style>