Shades of Hoki #698186
Tints of Hoki #698186
RGB
CMYK
RGB Variations
Color information
#698186 (or 0x698186) is known color: Hoki. HEX triplet: 69, 81 and 86. RGB value is (105,129,134). Sum of RGB (Red+Green+Blue) = 105+129+134=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #698186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698186 is #967E79. Grayscale: #7A7A7A. Windows color (decimal): -9862778 or 8814953. OLE color: 8814953.
HSL color Cylindrical-coordinate representation of color #698186: hue angle of 190.34º 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 #698186 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 129 | 134 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.47 |
| HSL | 190.34º | 0.12% | 0.47% | - |
| HSV(B) | 190.34º | 0.22% | 0.53% | - |
| XYZ | 17.98 | 20.43 | 25.55 | - |
| YUV | 122.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 134 | 0.22 | 0.04 | 0 | 0.47 | 190.34 | 0.12 | 0.47 |
| Hex | 69 | 81 | 86 | 16 | 4 | 0 | 2F | BE | C | 2F |
| Octal | 151 | 201 | 206 | 26 | 4 | 0 | 57 | 276 | 14 | 57 |
| Binary | 1101001 | 10000001 | 10000110 | 10110 | 100 | 0 | 101111 | 10111110 | 1100 | 101111 |
Color Harmonies of #698186
Complementary color
Monochromatic Colors of #698186
Black with #698186
Text Example
Text Example
White with #698186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698186; }
p { color: rgb(105,129,134); }
H1.HeaderClassName
{
color: #698186;
}
.AnyTagClassName
{
color: #698186;
}
</style>
background-color css
<style>
a { background-color: #698186; }
a { background-color: rgb(105,129,134); }
div.DivClassName
{
background-color: #698186;
}
.BgClassName
{
background-color: #698186;
}
</style>
border-color css
<style>
span { border-color: #698186; }
span { border-color: rgb(105,129,134); }
td.TdClassName
{
border-color: #698186;
}
.TagClassName
{
border-color: #698186;
}
</style>