Shades of Hoki #608084
Tints of Hoki #608084
RGB
CMYK
RGB Variations
Color information
#608084 (or 0x608084) is known color: Hoki. HEX triplet: 60, 80 and 84. RGB value is (96,128,132). Sum of RGB (Red+Green+Blue) = 96+128+132=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #608084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608084 is #9F7F7B. Grayscale: #767676. Windows color (decimal): -10452860 or 8683616. OLE color: 8683616.
HSL color Cylindrical-coordinate representation of color #608084: hue angle of 186.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608084 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 128 | 132 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.48 |
| HSL | 186.67º | 0.16% | 0.45% | - |
| HSV(B) | 186.67º | 0.27% | 0.52% | - |
| XYZ | 16.71 | 19.59 | 24.73 | - |
| YUV | 118.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 132 | 0.27 | 0.03 | 0 | 0.48 | 186.67 | 0.16 | 0.45 |
| Hex | 60 | 80 | 84 | 1B | 3 | 0 | 30 | BB | 10 | 2D |
| Octal | 140 | 200 | 204 | 33 | 3 | 0 | 60 | 273 | 20 | 55 |
| Binary | 1100000 | 10000000 | 10000100 | 11011 | 11 | 0 | 110000 | 10111011 | 10000 | 101101 |
Color Harmonies of #608084
Complementary color
Monochromatic Colors of #608084
Black with #608084
Text Example
Text Example
White with #608084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608084; }
p { color: rgb(96,128,132); }
H1.HeaderClassName
{
color: #608084;
}
.AnyTagClassName
{
color: #608084;
}
</style>
background-color css
<style>
a { background-color: #608084; }
a { background-color: rgb(96,128,132); }
div.DivClassName
{
background-color: #608084;
}
.BgClassName
{
background-color: #608084;
}
</style>
border-color css
<style>
span { border-color: #608084; }
span { border-color: rgb(96,128,132); }
td.TdClassName
{
border-color: #608084;
}
.TagClassName
{
border-color: #608084;
}
</style>