Shades of Hoki #64828B
Tints of Hoki #64828B
RGB
CMYK
RGB Variations
Color information
#64828B (or 0x64828B) is known color: Hoki. HEX triplet: 64, 82 and 8B. RGB value is (100,130,139). Sum of RGB (Red+Green+Blue) = 100+130+139=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #64828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64828B is #9B7D74. Grayscale: #797979. Windows color (decimal): -10190197 or 9142884. OLE color: 9142884.
HSL color Cylindrical-coordinate representation of color #64828B: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64828B is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 130 | 139 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.45 |
| HSL | 193.85º | 0.16% | 0.47% | - |
| HSV(B) | 193.85º | 0.28% | 0.55% | - |
| XYZ | 17.9 | 20.54 | 27.45 | - |
| YUV | 122.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 139 | 0.28 | 0.06 | 0 | 0.45 | 193.85 | 0.16 | 0.47 |
| Hex | 64 | 82 | 8B | 1C | 6 | 0 | 2D | C2 | 10 | 2F |
| Octal | 144 | 202 | 213 | 34 | 6 | 0 | 55 | 302 | 20 | 57 |
| Binary | 1100100 | 10000010 | 10001011 | 11100 | 110 | 0 | 101101 | 11000010 | 10000 | 101111 |
Color Harmonies of #64828B
Complementary color
Monochromatic Colors of #64828B
Black with #64828B
Text Example
Text Example
White with #64828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64828B; }
p { color: rgb(100,130,139); }
H1.HeaderClassName
{
color: #64828B;
}
.AnyTagClassName
{
color: #64828B;
}
</style>
background-color css
<style>
a { background-color: #64828B; }
a { background-color: rgb(100,130,139); }
div.DivClassName
{
background-color: #64828B;
}
.BgClassName
{
background-color: #64828B;
}
</style>
border-color css
<style>
span { border-color: #64828B; }
span { border-color: rgb(100,130,139); }
td.TdClassName
{
border-color: #64828B;
}
.TagClassName
{
border-color: #64828B;
}
</style>