Shades of Hoki #698088
Tints of Hoki #698088
RGB
CMYK
RGB Variations
Color information
#698088 (or 0x698088) is known color: Hoki. HEX triplet: 69, 80 and 88. RGB value is (105,128,136). Sum of RGB (Red+Green+Blue) = 105+128+136=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #698088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698088 is #967F77. Grayscale: #797979. Windows color (decimal): -9863032 or 8945769. OLE color: 8945769.
HSL color Cylindrical-coordinate representation of color #698088: hue angle of 195.48º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698088 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 128 | 136 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.47 |
| HSL | 195.48º | 0.13% | 0.47% | - |
| HSV(B) | 195.48º | 0.23% | 0.53% | - |
| XYZ | 17.99 | 20.22 | 26.25 | - |
| YUV | 122.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 136 | 0.23 | 0.06 | 0 | 0.47 | 195.48 | 0.13 | 0.47 |
| Hex | 69 | 80 | 88 | 17 | 6 | 0 | 2F | C3 | D | 2F |
| Octal | 151 | 200 | 210 | 27 | 6 | 0 | 57 | 303 | 15 | 57 |
| Binary | 1101001 | 10000000 | 10001000 | 10111 | 110 | 0 | 101111 | 11000011 | 1101 | 101111 |
Color Harmonies of #698088
Complementary color
Monochromatic Colors of #698088
Black with #698088
Text Example
Text Example
White with #698088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698088; }
p { color: rgb(105,128,136); }
H1.HeaderClassName
{
color: #698088;
}
.AnyTagClassName
{
color: #698088;
}
</style>
background-color css
<style>
a { background-color: #698088; }
a { background-color: rgb(105,128,136); }
div.DivClassName
{
background-color: #698088;
}
.BgClassName
{
background-color: #698088;
}
</style>
border-color css
<style>
span { border-color: #698088; }
span { border-color: rgb(105,128,136); }
td.TdClassName
{
border-color: #698088;
}
.TagClassName
{
border-color: #698088;
}
</style>