Shades of Hoki #647D84
Tints of Hoki #647D84
RGB
CMYK
RGB Variations
Color information
#647D84 (or 0x647D84) is known color: Hoki. HEX triplet: 64, 7D and 84. RGB value is (100,125,132). Sum of RGB (Red+Green+Blue) = 100+125+132=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #647D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D84 is #9B827B. Grayscale: #767676. Windows color (decimal): -10191484 or 8682852. OLE color: 8682852.
HSL color Cylindrical-coordinate representation of color #647D84: hue angle of 193.12º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647D84 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 125 | 132 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.48 |
| HSL | 193.13º | 0.14% | 0.45% | - |
| HSV(B) | 193.13º | 0.24% | 0.52% | - |
| XYZ | 16.75 | 19.04 | 24.62 | - |
| YUV | 118.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 132 | 0.24 | 0.05 | 0 | 0.48 | 193.13 | 0.14 | 0.45 |
| Hex | 64 | 7D | 84 | 18 | 5 | 0 | 30 | C1 | E | 2D |
| Octal | 144 | 175 | 204 | 30 | 5 | 0 | 60 | 301 | 16 | 55 |
| Binary | 1100100 | 1111101 | 10000100 | 11000 | 101 | 0 | 110000 | 11000001 | 1110 | 101101 |
Color Harmonies of #647D84
Complementary color
Monochromatic Colors of #647D84
Black with #647D84
Text Example
Text Example
White with #647D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D84; }
p { color: rgb(100,125,132); }
H1.HeaderClassName
{
color: #647D84;
}
.AnyTagClassName
{
color: #647D84;
}
</style>
background-color css
<style>
a { background-color: #647D84; }
a { background-color: rgb(100,125,132); }
div.DivClassName
{
background-color: #647D84;
}
.BgClassName
{
background-color: #647D84;
}
</style>
border-color css
<style>
span { border-color: #647D84; }
span { border-color: rgb(100,125,132); }
td.TdClassName
{
border-color: #647D84;
}
.TagClassName
{
border-color: #647D84;
}
</style>