Shades of Hoki #60828C
Tints of Hoki #60828C
RGB
CMYK
RGB Variations
Color information
#60828C (or 0x60828C) is known color: Hoki. HEX triplet: 60, 82 and 8C. RGB value is (96,130,140). Sum of RGB (Red+Green+Blue) = 96+130+140=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #60828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60828C is #9F7D73. Grayscale: #787878. Windows color (decimal): -10452340 or 9208416. OLE color: 9208416.
HSL color Cylindrical-coordinate representation of color #60828C: hue angle of 193.64º degrees, saturation: 0.19, 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 #60828C is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 130 | 140 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.45 |
| HSL | 193.64º | 0.19% | 0.46% | - |
| HSV(B) | 193.64º | 0.31% | 0.55% | - |
| XYZ | 17.54 | 20.35 | 27.81 | - |
| YUV | 120.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 140 | 0.31 | 0.07 | 0 | 0.45 | 193.64 | 0.19 | 0.46 |
| Hex | 60 | 82 | 8C | 1F | 7 | 0 | 2D | C2 | 13 | 2E |
| Octal | 140 | 202 | 214 | 37 | 7 | 0 | 55 | 302 | 23 | 56 |
| Binary | 1100000 | 10000010 | 10001100 | 11111 | 111 | 0 | 101101 | 11000010 | 10011 | 101110 |
Color Harmonies of #60828C
Complementary color
Monochromatic Colors of #60828C
Black with #60828C
Text Example
Text Example
White with #60828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60828C; }
p { color: rgb(96,130,140); }
H1.HeaderClassName
{
color: #60828C;
}
.AnyTagClassName
{
color: #60828C;
}
</style>
background-color css
<style>
a { background-color: #60828C; }
a { background-color: rgb(96,130,140); }
div.DivClassName
{
background-color: #60828C;
}
.BgClassName
{
background-color: #60828C;
}
</style>
border-color css
<style>
span { border-color: #60828C; }
span { border-color: rgb(96,130,140); }
td.TdClassName
{
border-color: #60828C;
}
.TagClassName
{
border-color: #60828C;
}
</style>