Shades of Hoki #698183
Tints of Hoki #698183
RGB
CMYK
RGB Variations
Color information
#698183 (or 0x698183) is known color: Hoki. HEX triplet: 69, 81 and 83. RGB value is (105,129,131). Sum of RGB (Red+Green+Blue) = 105+129+131=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #698183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698183 is #967E7C. Grayscale: #7A7A7A. Windows color (decimal): -9862781 or 8618345. OLE color: 8618345.
HSL color Cylindrical-coordinate representation of color #698183: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698183 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 131 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.49 |
| HSL | 184.62º | 0.11% | 0.46% | - |
| HSV(B) | 184.62º | 0.2% | 0.51% | - |
| XYZ | 17.77 | 20.34 | 24.46 | - |
| YUV | 122.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 131 | 0.20 | 0.02 | 0 | 0.49 | 184.62 | 0.11 | 0.46 |
| Hex | 69 | 81 | 83 | 14 | 2 | 0 | 31 | B9 | B | 2E |
| Octal | 151 | 201 | 203 | 24 | 2 | 0 | 61 | 271 | 13 | 56 |
| Binary | 1101001 | 10000001 | 10000011 | 10100 | 10 | 0 | 110001 | 10111001 | 1011 | 101110 |
Color Harmonies of #698183
Complementary color
Monochromatic Colors of #698183
Black with #698183
Text Example
Text Example
White with #698183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698183; }
p { color: rgb(105,129,131); }
H1.HeaderClassName
{
color: #698183;
}
.AnyTagClassName
{
color: #698183;
}
</style>
background-color css
<style>
a { background-color: #698183; }
a { background-color: rgb(105,129,131); }
div.DivClassName
{
background-color: #698183;
}
.BgClassName
{
background-color: #698183;
}
</style>
border-color css
<style>
span { border-color: #698183; }
span { border-color: rgb(105,129,131); }
td.TdClassName
{
border-color: #698183;
}
.TagClassName
{
border-color: #698183;
}
</style>