Shades of Hoki #658086
Tints of Hoki #658086
RGB
CMYK
RGB Variations
Color information
#658086 (or 0x658086) is known color: Hoki. HEX triplet: 65, 80 and 86. RGB value is (101,128,134). Sum of RGB (Red+Green+Blue) = 101+128+134=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #658086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658086 is #9A7F79. Grayscale: #787878. Windows color (decimal): -10125178 or 8814693. OLE color: 8814693.
HSL color Cylindrical-coordinate representation of color #658086: hue angle of 190.91º 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 #658086 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 128 | 134 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.47 |
| HSL | 190.91º | 0.14% | 0.46% | - |
| HSV(B) | 190.91º | 0.25% | 0.53% | - |
| XYZ | 17.39 | 19.93 | 25.48 | - |
| YUV | 120.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 134 | 0.25 | 0.04 | 0 | 0.47 | 190.91 | 0.14 | 0.46 |
| Hex | 65 | 80 | 86 | 19 | 4 | 0 | 2F | BF | E | 2E |
| Octal | 145 | 200 | 206 | 31 | 4 | 0 | 57 | 277 | 16 | 56 |
| Binary | 1100101 | 10000000 | 10000110 | 11001 | 100 | 0 | 101111 | 10111111 | 1110 | 101110 |
Color Harmonies of #658086
Complementary color
Monochromatic Colors of #658086
Black with #658086
Text Example
Text Example
White with #658086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658086; }
p { color: rgb(101,128,134); }
H1.HeaderClassName
{
color: #658086;
}
.AnyTagClassName
{
color: #658086;
}
</style>
background-color css
<style>
a { background-color: #658086; }
a { background-color: rgb(101,128,134); }
div.DivClassName
{
background-color: #658086;
}
.BgClassName
{
background-color: #658086;
}
</style>
border-color css
<style>
span { border-color: #658086; }
span { border-color: rgb(101,128,134); }
td.TdClassName
{
border-color: #658086;
}
.TagClassName
{
border-color: #658086;
}
</style>