Shades of Hoki #698089
Tints of Hoki #698089
RGB
CMYK
RGB Variations
Color information
#698089 (or 0x698089) is known color: Hoki. HEX triplet: 69, 80 and 89. RGB value is (105,128,137). Sum of RGB (Red+Green+Blue) = 105+128+137=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #698089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698089 is #967F76. Grayscale: #7A7A7A. Windows color (decimal): -9863031 or 9011305. OLE color: 9011305.
HSL color Cylindrical-coordinate representation of color #698089: hue angle of 196.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698089 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 128 | 137 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.46 |
| HSL | 196.88º | 0.13% | 0.47% | - |
| HSV(B) | 196.88º | 0.23% | 0.54% | - |
| XYZ | 18.06 | 20.25 | 26.62 | - |
| YUV | 122.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 137 | 0.23 | 0.07 | 0 | 0.46 | 196.88 | 0.13 | 0.47 |
| Hex | 69 | 80 | 89 | 17 | 7 | 0 | 2E | C5 | D | 2F |
| Octal | 151 | 200 | 211 | 27 | 7 | 0 | 56 | 305 | 15 | 57 |
| Binary | 1101001 | 10000000 | 10001001 | 10111 | 111 | 0 | 101110 | 11000101 | 1101 | 101111 |
Color Harmonies of #698089
Complementary color
Monochromatic Colors of #698089
Black with #698089
Text Example
Text Example
White with #698089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698089; }
p { color: rgb(105,128,137); }
H1.HeaderClassName
{
color: #698089;
}
.AnyTagClassName
{
color: #698089;
}
</style>
background-color css
<style>
a { background-color: #698089; }
a { background-color: rgb(105,128,137); }
div.DivClassName
{
background-color: #698089;
}
.BgClassName
{
background-color: #698089;
}
</style>
border-color css
<style>
span { border-color: #698089; }
span { border-color: rgb(105,128,137); }
td.TdClassName
{
border-color: #698089;
}
.TagClassName
{
border-color: #698089;
}
</style>