Shades of Hoki #64828C
Tints of Hoki #64828C
RGB
CMYK
RGB Variations
Color information
#64828C (or 0x64828C) is known color: Hoki. HEX triplet: 64, 82 and 8C. RGB value is (100,130,140). Sum of RGB (Red+Green+Blue) = 100+130+140=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #64828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64828C is #9B7D73. Grayscale: #7A7A7A. Windows color (decimal): -10190196 or 9208420. OLE color: 9208420.
HSL color Cylindrical-coordinate representation of color #64828C: hue angle of 195º 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 #64828C is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 130 | 140 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.45 |
| HSL | 195º | 0.17% | 0.47% | - |
| HSV(B) | 195º | 0.29% | 0.55% | - |
| XYZ | 17.97 | 20.57 | 27.83 | - |
| YUV | 122.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 140 | 0.29 | 0.07 | 0 | 0.45 | 195 | 0.17 | 0.47 |
| Hex | 64 | 82 | 8C | 1D | 7 | 0 | 2D | C3 | 11 | 2F |
| Octal | 144 | 202 | 214 | 35 | 7 | 0 | 55 | 303 | 21 | 57 |
| Binary | 1100100 | 10000010 | 10001100 | 11101 | 111 | 0 | 101101 | 11000011 | 10001 | 101111 |
Color Harmonies of #64828C
Complementary color
Monochromatic Colors of #64828C
Black with #64828C
Text Example
Text Example
White with #64828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64828C; }
p { color: rgb(100,130,140); }
H1.HeaderClassName
{
color: #64828C;
}
.AnyTagClassName
{
color: #64828C;
}
</style>
background-color css
<style>
a { background-color: #64828C; }
a { background-color: rgb(100,130,140); }
div.DivClassName
{
background-color: #64828C;
}
.BgClassName
{
background-color: #64828C;
}
</style>
border-color css
<style>
span { border-color: #64828C; }
span { border-color: rgb(100,130,140); }
td.TdClassName
{
border-color: #64828C;
}
.TagClassName
{
border-color: #64828C;
}
</style>