Shades of Hoki #60808B
Tints of Hoki #60808B
RGB
CMYK
RGB Variations
Color information
#60808B (or 0x60808B) is known color: Hoki. HEX triplet: 60, 80 and 8B. RGB value is (96,128,139). Sum of RGB (Red+Green+Blue) = 96+128+139=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #60808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60808B is #9F7F74. Grayscale: #777777. Windows color (decimal): -10452853 or 9142368. OLE color: 9142368.
HSL color Cylindrical-coordinate representation of color #60808B: hue angle of 195.35º 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 #60808B is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 128 | 139 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.45 |
| HSL | 195.35º | 0.18% | 0.46% | - |
| HSV(B) | 195.35º | 0.31% | 0.55% | - |
| XYZ | 17.2 | 19.79 | 27.34 | - |
| YUV | 119.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 139 | 0.31 | 0.08 | 0 | 0.45 | 195.35 | 0.18 | 0.46 |
| Hex | 60 | 80 | 8B | 1F | 8 | 0 | 2D | C3 | 12 | 2E |
| Octal | 140 | 200 | 213 | 37 | 10 | 0 | 55 | 303 | 22 | 56 |
| Binary | 1100000 | 10000000 | 10001011 | 11111 | 1000 | 0 | 101101 | 11000011 | 10010 | 101110 |
Color Harmonies of #60808B
Complementary color
Monochromatic Colors of #60808B
Black with #60808B
Text Example
Text Example
White with #60808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60808B; }
p { color: rgb(96,128,139); }
H1.HeaderClassName
{
color: #60808B;
}
.AnyTagClassName
{
color: #60808B;
}
</style>
background-color css
<style>
a { background-color: #60808B; }
a { background-color: rgb(96,128,139); }
div.DivClassName
{
background-color: #60808B;
}
.BgClassName
{
background-color: #60808B;
}
</style>
border-color css
<style>
span { border-color: #60808B; }
span { border-color: rgb(96,128,139); }
td.TdClassName
{
border-color: #60808B;
}
.TagClassName
{
border-color: #60808B;
}
</style>