Shades of Hoki #698082
Tints of Hoki #698082
RGB
CMYK
RGB Variations
Color information
#698082 (or 0x698082) is known color: Hoki. HEX triplet: 69, 80 and 82. RGB value is (105,128,130). Sum of RGB (Red+Green+Blue) = 105+128+130=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #698082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698082 is #967F7D. Grayscale: #797979. Windows color (decimal): -9863038 or 8552553. OLE color: 8552553.
HSL color Cylindrical-coordinate representation of color #698082: hue angle of 184.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698082 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 128 | 130 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.49 |
| HSL | 184.8º | 0.11% | 0.46% | - |
| HSV(B) | 184.8º | 0.19% | 0.51% | - |
| XYZ | 17.57 | 20.05 | 24.06 | - |
| YUV | 121.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 130 | 0.19 | 0.02 | 0 | 0.49 | 184.8 | 0.11 | 0.46 |
| Hex | 69 | 80 | 82 | 13 | 2 | 0 | 31 | B9 | B | 2E |
| Octal | 151 | 200 | 202 | 23 | 2 | 0 | 61 | 271 | 13 | 56 |
| Binary | 1101001 | 10000000 | 10000010 | 10011 | 10 | 0 | 110001 | 10111001 | 1011 | 101110 |
Color Harmonies of #698082
Complementary color
Monochromatic Colors of #698082
Black with #698082
Text Example
Text Example
White with #698082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698082; }
p { color: rgb(105,128,130); }
H1.HeaderClassName
{
color: #698082;
}
.AnyTagClassName
{
color: #698082;
}
</style>
background-color css
<style>
a { background-color: #698082; }
a { background-color: rgb(105,128,130); }
div.DivClassName
{
background-color: #698082;
}
.BgClassName
{
background-color: #698082;
}
</style>
border-color css
<style>
span { border-color: #698082; }
span { border-color: rgb(105,128,130); }
td.TdClassName
{
border-color: #698082;
}
.TagClassName
{
border-color: #698082;
}
</style>