Shades of Hoki #608385
Tints of Hoki #608385
RGB
CMYK
RGB Variations
Color information
#608385 (or 0x608385) is known color: Hoki. HEX triplet: 60, 83 and 85. RGB value is (96,131,133). Sum of RGB (Red+Green+Blue) = 96+131+133=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #608385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608385 is #9F7C7A. Grayscale: #787878. Windows color (decimal): -10452091 or 8749920. OLE color: 8749920.
HSL color Cylindrical-coordinate representation of color #608385: hue angle of 183.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608385 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 131 | 133 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.48 |
| HSL | 183.24º | 0.16% | 0.45% | - |
| HSV(B) | 183.24º | 0.28% | 0.52% | - |
| XYZ | 17.17 | 20.41 | 25.23 | - |
| YUV | 120.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 133 | 0.28 | 0.02 | 0 | 0.48 | 183.24 | 0.16 | 0.45 |
| Hex | 60 | 83 | 85 | 1C | 2 | 0 | 30 | B7 | 10 | 2D |
| Octal | 140 | 203 | 205 | 34 | 2 | 0 | 60 | 267 | 20 | 55 |
| Binary | 1100000 | 10000011 | 10000101 | 11100 | 10 | 0 | 110000 | 10110111 | 10000 | 101101 |
Color Harmonies of #608385
Complementary color
Monochromatic Colors of #608385
Black with #608385
Text Example
Text Example
White with #608385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608385; }
p { color: rgb(96,131,133); }
H1.HeaderClassName
{
color: #608385;
}
.AnyTagClassName
{
color: #608385;
}
</style>
background-color css
<style>
a { background-color: #608385; }
a { background-color: rgb(96,131,133); }
div.DivClassName
{
background-color: #608385;
}
.BgClassName
{
background-color: #608385;
}
</style>
border-color css
<style>
span { border-color: #608385; }
span { border-color: rgb(96,131,133); }
td.TdClassName
{
border-color: #608385;
}
.TagClassName
{
border-color: #608385;
}
</style>