Shades of Hoki #698085
Tints of Hoki #698085
RGB
CMYK
RGB Variations
Color information
#698085 (or 0x698085) is known color: Hoki. HEX triplet: 69, 80 and 85. RGB value is (105,128,133). Sum of RGB (Red+Green+Blue) = 105+128+133=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #698085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698085 is #967F7A. Grayscale: #797979. Windows color (decimal): -9863035 or 8749161. OLE color: 8749161.
HSL color Cylindrical-coordinate representation of color #698085: hue angle of 190.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698085 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 128 | 133 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.48 |
| HSL | 190.71º | 0.12% | 0.47% | - |
| HSV(B) | 190.71º | 0.21% | 0.52% | - |
| XYZ | 17.78 | 20.14 | 25.14 | - |
| YUV | 121.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 133 | 0.21 | 0.04 | 0 | 0.48 | 190.71 | 0.12 | 0.47 |
| Hex | 69 | 80 | 85 | 15 | 4 | 0 | 30 | BF | C | 2F |
| Octal | 151 | 200 | 205 | 25 | 4 | 0 | 60 | 277 | 14 | 57 |
| Binary | 1101001 | 10000000 | 10000101 | 10101 | 100 | 0 | 110000 | 10111111 | 1100 | 101111 |
Color Harmonies of #698085
Complementary color
Monochromatic Colors of #698085
Black with #698085
Text Example
Text Example
White with #698085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698085; }
p { color: rgb(105,128,133); }
H1.HeaderClassName
{
color: #698085;
}
.AnyTagClassName
{
color: #698085;
}
</style>
background-color css
<style>
a { background-color: #698085; }
a { background-color: rgb(105,128,133); }
div.DivClassName
{
background-color: #698085;
}
.BgClassName
{
background-color: #698085;
}
</style>
border-color css
<style>
span { border-color: #698085; }
span { border-color: rgb(105,128,133); }
td.TdClassName
{
border-color: #698085;
}
.TagClassName
{
border-color: #698085;
}
</style>