Shades of Hoki #64818A
Tints of Hoki #64818A
RGB
CMYK
RGB Variations
Color information
#64818A (or 0x64818A) is known color: Hoki. HEX triplet: 64, 81 and 8A. RGB value is (100,129,138). Sum of RGB (Red+Green+Blue) = 100+129+138=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #64818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64818A is #9B7E75. Grayscale: #797979. Windows color (decimal): -10190454 or 9077092. OLE color: 9077092.
HSL color Cylindrical-coordinate representation of color #64818A: hue angle of 194.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64818A is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 129 | 138 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.46 |
| HSL | 194.21º | 0.16% | 0.47% | - |
| HSV(B) | 194.21º | 0.28% | 0.54% | - |
| XYZ | 17.69 | 20.24 | 27.02 | - |
| YUV | 121.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 138 | 0.28 | 0.07 | 0 | 0.46 | 194.21 | 0.16 | 0.47 |
| Hex | 64 | 81 | 8A | 1C | 7 | 0 | 2E | C2 | 10 | 2F |
| Octal | 144 | 201 | 212 | 34 | 7 | 0 | 56 | 302 | 20 | 57 |
| Binary | 1100100 | 10000001 | 10001010 | 11100 | 111 | 0 | 101110 | 11000010 | 10000 | 101111 |
Color Harmonies of #64818A
Complementary color
Monochromatic Colors of #64818A
Black with #64818A
Text Example
Text Example
White with #64818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64818A; }
p { color: rgb(100,129,138); }
H1.HeaderClassName
{
color: #64818A;
}
.AnyTagClassName
{
color: #64818A;
}
</style>
background-color css
<style>
a { background-color: #64818A; }
a { background-color: rgb(100,129,138); }
div.DivClassName
{
background-color: #64818A;
}
.BgClassName
{
background-color: #64818A;
}
</style>
border-color css
<style>
span { border-color: #64818A; }
span { border-color: rgb(100,129,138); }
td.TdClassName
{
border-color: #64818A;
}
.TagClassName
{
border-color: #64818A;
}
</style>