Shades of Hoki #60828D
Tints of Hoki #60828D
RGB
CMYK
RGB Variations
Color information
#60828D (or 0x60828D) is known color: Hoki. HEX triplet: 60, 82 and 8D. RGB value is (96,130,141). Sum of RGB (Red+Green+Blue) = 96+130+141=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #60828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60828D is #9F7D72. Grayscale: #797979. Windows color (decimal): -10452339 or 9273952. OLE color: 9273952.
HSL color Cylindrical-coordinate representation of color #60828D: hue angle of 194.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60828D is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 130 | 141 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.45 |
| HSL | 194.67º | 0.19% | 0.46% | - |
| HSV(B) | 194.67º | 0.32% | 0.55% | - |
| XYZ | 17.61 | 20.38 | 28.2 | - |
| YUV | 121.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 141 | 0.32 | 0.08 | 0 | 0.45 | 194.67 | 0.19 | 0.46 |
| Hex | 60 | 82 | 8D | 20 | 8 | 0 | 2D | C3 | 13 | 2E |
| Octal | 140 | 202 | 215 | 40 | 10 | 0 | 55 | 303 | 23 | 56 |
| Binary | 1100000 | 10000010 | 10001101 | 100000 | 1000 | 0 | 101101 | 11000011 | 10011 | 101110 |
Color Harmonies of #60828D
Complementary color
Monochromatic Colors of #60828D
Black with #60828D
Text Example
Text Example
White with #60828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60828D; }
p { color: rgb(96,130,141); }
H1.HeaderClassName
{
color: #60828D;
}
.AnyTagClassName
{
color: #60828D;
}
</style>
background-color css
<style>
a { background-color: #60828D; }
a { background-color: rgb(96,130,141); }
div.DivClassName
{
background-color: #60828D;
}
.BgClassName
{
background-color: #60828D;
}
</style>
border-color css
<style>
span { border-color: #60828D; }
span { border-color: rgb(96,130,141); }
td.TdClassName
{
border-color: #60828D;
}
.TagClassName
{
border-color: #60828D;
}
</style>