Shades of Hoki #64828D
Tints of Hoki #64828D
RGB
CMYK
RGB Variations
Color information
#64828D (or 0x64828D) is known color: Hoki. HEX triplet: 64, 82 and 8D. RGB value is (100,130,141). Sum of RGB (Red+Green+Blue) = 100+130+141=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #64828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64828D is #9B7D72. Grayscale: #7A7A7A. Windows color (decimal): -10190195 or 9273956. OLE color: 9273956.
HSL color Cylindrical-coordinate representation of color #64828D: hue angle of 196.1º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64828D is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 130 | 141 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.45 |
| HSL | 196.1º | 0.17% | 0.47% | - |
| HSV(B) | 196.1º | 0.29% | 0.55% | - |
| XYZ | 18.05 | 20.6 | 28.22 | - |
| YUV | 122.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 141 | 0.29 | 0.08 | 0 | 0.45 | 196.1 | 0.17 | 0.47 |
| Hex | 64 | 82 | 8D | 1D | 8 | 0 | 2D | C4 | 11 | 2F |
| Octal | 144 | 202 | 215 | 35 | 10 | 0 | 55 | 304 | 21 | 57 |
| Binary | 1100100 | 10000010 | 10001101 | 11101 | 1000 | 0 | 101101 | 11000100 | 10001 | 101111 |
Color Harmonies of #64828D
Complementary color
Monochromatic Colors of #64828D
Black with #64828D
Text Example
Text Example
White with #64828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64828D; }
p { color: rgb(100,130,141); }
H1.HeaderClassName
{
color: #64828D;
}
.AnyTagClassName
{
color: #64828D;
}
</style>
background-color css
<style>
a { background-color: #64828D; }
a { background-color: rgb(100,130,141); }
div.DivClassName
{
background-color: #64828D;
}
.BgClassName
{
background-color: #64828D;
}
</style>
border-color css
<style>
span { border-color: #64828D; }
span { border-color: rgb(100,130,141); }
td.TdClassName
{
border-color: #64828D;
}
.TagClassName
{
border-color: #64828D;
}
</style>