Shades of Hoki #647C85
Tints of Hoki #647C85
RGB
CMYK
RGB Variations
Color information
#647C85 (or 0x647C85) is known color: Hoki. HEX triplet: 64, 7C and 85. RGB value is (100,124,133). Sum of RGB (Red+Green+Blue) = 100+124+133=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #647C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C85 is #9B837A. Grayscale: #757575. Windows color (decimal): -10191739 or 8748132. OLE color: 8748132.
HSL color Cylindrical-coordinate representation of color #647C85: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647C85 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 124 | 133 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.48 |
| HSL | 196.36º | 0.14% | 0.46% | - |
| HSV(B) | 196.36º | 0.25% | 0.52% | - |
| XYZ | 16.7 | 18.82 | 24.94 | - |
| YUV | 117.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 133 | 0.25 | 0.07 | 0 | 0.48 | 196.36 | 0.14 | 0.46 |
| Hex | 64 | 7C | 85 | 19 | 7 | 0 | 30 | C4 | E | 2E |
| Octal | 144 | 174 | 205 | 31 | 7 | 0 | 60 | 304 | 16 | 56 |
| Binary | 1100100 | 1111100 | 10000101 | 11001 | 111 | 0 | 110000 | 11000100 | 1110 | 101110 |
Color Harmonies of #647C85
Complementary color
Monochromatic Colors of #647C85
Black with #647C85
Text Example
Text Example
White with #647C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C85; }
p { color: rgb(100,124,133); }
H1.HeaderClassName
{
color: #647C85;
}
.AnyTagClassName
{
color: #647C85;
}
</style>
background-color css
<style>
a { background-color: #647C85; }
a { background-color: rgb(100,124,133); }
div.DivClassName
{
background-color: #647C85;
}
.BgClassName
{
background-color: #647C85;
}
</style>
border-color css
<style>
span { border-color: #647C85; }
span { border-color: rgb(100,124,133); }
td.TdClassName
{
border-color: #647C85;
}
.TagClassName
{
border-color: #647C85;
}
</style>