Shades of Hoki #657A84
Tints of Hoki #657A84
RGB
CMYK
RGB Variations
Color information
#657A84 (or 0x657A84) is known color: Hoki. HEX triplet: 65, 7A and 84. RGB value is (101,122,132). Sum of RGB (Red+Green+Blue) = 101+122+132=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #657A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A84 is #9A857B. Grayscale: #747474. Windows color (decimal): -10126716 or 8682085. OLE color: 8682085.
HSL color Cylindrical-coordinate representation of color #657A84: hue angle of 199.35º 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 #657A84 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 122 | 132 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.48 |
| HSL | 199.35º | 0.13% | 0.46% | - |
| HSV(B) | 199.35º | 0.23% | 0.52% | - |
| XYZ | 16.49 | 18.35 | 24.5 | - |
| YUV | 116.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 132 | 0.23 | 0.08 | 0 | 0.48 | 199.35 | 0.13 | 0.46 |
| Hex | 65 | 7A | 84 | 17 | 8 | 0 | 30 | C7 | D | 2E |
| Octal | 145 | 172 | 204 | 27 | 10 | 0 | 60 | 307 | 15 | 56 |
| Binary | 1100101 | 1111010 | 10000100 | 10111 | 1000 | 0 | 110000 | 11000111 | 1101 | 101110 |
Color Harmonies of #657A84
Complementary color
Monochromatic Colors of #657A84
Black with #657A84
Text Example
Text Example
White with #657A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A84; }
p { color: rgb(101,122,132); }
H1.HeaderClassName
{
color: #657A84;
}
.AnyTagClassName
{
color: #657A84;
}
</style>
background-color css
<style>
a { background-color: #657A84; }
a { background-color: rgb(101,122,132); }
div.DivClassName
{
background-color: #657A84;
}
.BgClassName
{
background-color: #657A84;
}
</style>
border-color css
<style>
span { border-color: #657A84; }
span { border-color: rgb(101,122,132); }
td.TdClassName
{
border-color: #657A84;
}
.TagClassName
{
border-color: #657A84;
}
</style>