Shades of Hoki #657F86
Tints of Hoki #657F86
RGB
CMYK
RGB Variations
Color information
#657F86 (or 0x657F86) is known color: Hoki. HEX triplet: 65, 7F and 86. RGB value is (101,127,134). Sum of RGB (Red+Green+Blue) = 101+127+134=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #657F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F86 is #9A8079. Grayscale: #777777. Windows color (decimal): -10125434 or 8814437. OLE color: 8814437.
HSL color Cylindrical-coordinate representation of color #657F86: hue angle of 192.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #657F86 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 127 | 134 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.47 |
| HSL | 192.73º | 0.14% | 0.46% | - |
| HSV(B) | 192.73º | 0.25% | 0.53% | - |
| XYZ | 17.26 | 19.67 | 25.44 | - |
| YUV | 120.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 134 | 0.25 | 0.05 | 0 | 0.47 | 192.73 | 0.14 | 0.46 |
| Hex | 65 | 7F | 86 | 19 | 5 | 0 | 2F | C1 | E | 2E |
| Octal | 145 | 177 | 206 | 31 | 5 | 0 | 57 | 301 | 16 | 56 |
| Binary | 1100101 | 1111111 | 10000110 | 11001 | 101 | 0 | 101111 | 11000001 | 1110 | 101110 |
Color Harmonies of #657F86
Complementary color
Monochromatic Colors of #657F86
Black with #657F86
Text Example
Text Example
White with #657F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F86; }
p { color: rgb(101,127,134); }
H1.HeaderClassName
{
color: #657F86;
}
.AnyTagClassName
{
color: #657F86;
}
</style>
background-color css
<style>
a { background-color: #657F86; }
a { background-color: rgb(101,127,134); }
div.DivClassName
{
background-color: #657F86;
}
.BgClassName
{
background-color: #657F86;
}
</style>
border-color css
<style>
span { border-color: #657F86; }
span { border-color: rgb(101,127,134); }
td.TdClassName
{
border-color: #657F86;
}
.TagClassName
{
border-color: #657F86;
}
</style>