Shades of Hoki #657D84
Tints of Hoki #657D84
RGB
CMYK
RGB Variations
Color information
#657D84 (or 0x657D84) is known color: Hoki. HEX triplet: 65, 7D and 84. RGB value is (101,125,132). Sum of RGB (Red+Green+Blue) = 101+125+132=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #657D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D84 is #9A827B. Grayscale: #767676. Windows color (decimal): -10125948 or 8682853. OLE color: 8682853.
HSL color Cylindrical-coordinate representation of color #657D84: hue angle of 193.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657D84 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 125 | 132 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.48 |
| HSL | 193.55º | 0.13% | 0.46% | - |
| HSV(B) | 193.55º | 0.23% | 0.52% | - |
| XYZ | 16.87 | 19.1 | 24.63 | - |
| YUV | 118.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 132 | 0.23 | 0.05 | 0 | 0.48 | 193.55 | 0.13 | 0.46 |
| Hex | 65 | 7D | 84 | 17 | 5 | 0 | 30 | C2 | D | 2E |
| Octal | 145 | 175 | 204 | 27 | 5 | 0 | 60 | 302 | 15 | 56 |
| Binary | 1100101 | 1111101 | 10000100 | 10111 | 101 | 0 | 110000 | 11000010 | 1101 | 101110 |
Color Harmonies of #657D84
Complementary color
Monochromatic Colors of #657D84
Black with #657D84
Text Example
Text Example
White with #657D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D84; }
p { color: rgb(101,125,132); }
H1.HeaderClassName
{
color: #657D84;
}
.AnyTagClassName
{
color: #657D84;
}
</style>
background-color css
<style>
a { background-color: #657D84; }
a { background-color: rgb(101,125,132); }
div.DivClassName
{
background-color: #657D84;
}
.BgClassName
{
background-color: #657D84;
}
</style>
border-color css
<style>
span { border-color: #657D84; }
span { border-color: rgb(101,125,132); }
td.TdClassName
{
border-color: #657D84;
}
.TagClassName
{
border-color: #657D84;
}
</style>