Shades of Hoki #698286
Tints of Hoki #698286
RGB
CMYK
RGB Variations
Color information
#698286 (or 0x698286) is known color: Hoki. HEX triplet: 69, 82 and 86. RGB value is (105,130,134). Sum of RGB (Red+Green+Blue) = 105+130+134=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 134 - color contains mainly: blue. Hex color #698286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698286 is #967D79. Grayscale: #7A7A7A. Windows color (decimal): -9862522 or 8815209. OLE color: 8815209.
HSL color Cylindrical-coordinate representation of color #698286: hue angle of 188.28º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698286 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 130 | 134 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.47 |
| HSL | 188.28º | 0.12% | 0.47% | - |
| HSV(B) | 188.28º | 0.22% | 0.53% | - |
| XYZ | 18.11 | 20.69 | 25.59 | - |
| YUV | 122.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 134 | 0.22 | 0.03 | 0 | 0.47 | 188.28 | 0.12 | 0.47 |
| Hex | 69 | 82 | 86 | 16 | 3 | 0 | 2F | BC | C | 2F |
| Octal | 151 | 202 | 206 | 26 | 3 | 0 | 57 | 274 | 14 | 57 |
| Binary | 1101001 | 10000010 | 10000110 | 10110 | 11 | 0 | 101111 | 10111100 | 1100 | 101111 |
Color Harmonies of #698286
Complementary color
Monochromatic Colors of #698286
Black with #698286
Text Example
Text Example
White with #698286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698286; }
p { color: rgb(105,130,134); }
H1.HeaderClassName
{
color: #698286;
}
.AnyTagClassName
{
color: #698286;
}
</style>
background-color css
<style>
a { background-color: #698286; }
a { background-color: rgb(105,130,134); }
div.DivClassName
{
background-color: #698286;
}
.BgClassName
{
background-color: #698286;
}
</style>
border-color css
<style>
span { border-color: #698286; }
span { border-color: rgb(105,130,134); }
td.TdClassName
{
border-color: #698286;
}
.TagClassName
{
border-color: #698286;
}
</style>