Shades of Hoki #647D83
Tints of Hoki #647D83
RGB
CMYK
RGB Variations
Color information
#647D83 (or 0x647D83) is known color: Hoki. HEX triplet: 64, 7D and 83. RGB value is (100,125,131). Sum of RGB (Red+Green+Blue) = 100+125+131=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #647D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D83 is #9B827C. Grayscale: #767676. Windows color (decimal): -10191485 or 8617316. OLE color: 8617316.
HSL color Cylindrical-coordinate representation of color #647D83: hue angle of 191.61º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647D83 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 125 | 131 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.49 |
| HSL | 191.61º | 0.13% | 0.45% | - |
| HSV(B) | 191.61º | 0.24% | 0.51% | - |
| XYZ | 16.69 | 19.02 | 24.26 | - |
| YUV | 118.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 131 | 0.24 | 0.05 | 0 | 0.49 | 191.61 | 0.13 | 0.45 |
| Hex | 64 | 7D | 83 | 18 | 5 | 0 | 31 | C0 | D | 2D |
| Octal | 144 | 175 | 203 | 30 | 5 | 0 | 61 | 300 | 15 | 55 |
| Binary | 1100100 | 1111101 | 10000011 | 11000 | 101 | 0 | 110001 | 11000000 | 1101 | 101101 |
Color Harmonies of #647D83
Complementary color
Monochromatic Colors of #647D83
Black with #647D83
Text Example
Text Example
White with #647D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D83; }
p { color: rgb(100,125,131); }
H1.HeaderClassName
{
color: #647D83;
}
.AnyTagClassName
{
color: #647D83;
}
</style>
background-color css
<style>
a { background-color: #647D83; }
a { background-color: rgb(100,125,131); }
div.DivClassName
{
background-color: #647D83;
}
.BgClassName
{
background-color: #647D83;
}
</style>
border-color css
<style>
span { border-color: #647D83; }
span { border-color: rgb(100,125,131); }
td.TdClassName
{
border-color: #647D83;
}
.TagClassName
{
border-color: #647D83;
}
</style>