Shades of Hoki #688289
Tints of Hoki #688289
RGB
CMYK
RGB Variations
Color information
#688289 (or 0x688289) is known color: Hoki. HEX triplet: 68, 82 and 89. RGB value is (104,130,137). Sum of RGB (Red+Green+Blue) = 104+130+137=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #688289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688289 is #977D76. Grayscale: #7A7A7A. Windows color (decimal): -9928055 or 9011816. OLE color: 9011816.
HSL color Cylindrical-coordinate representation of color #688289: hue angle of 192.73º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688289 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 130 | 137 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.46 |
| HSL | 192.73º | 0.14% | 0.47% | - |
| HSV(B) | 192.73º | 0.24% | 0.54% | - |
| XYZ | 18.21 | 20.71 | 26.71 | - |
| YUV | 123.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 137 | 0.24 | 0.05 | 0 | 0.46 | 192.73 | 0.14 | 0.47 |
| Hex | 68 | 82 | 89 | 18 | 5 | 0 | 2E | C1 | E | 2F |
| Octal | 150 | 202 | 211 | 30 | 5 | 0 | 56 | 301 | 16 | 57 |
| Binary | 1101000 | 10000010 | 10001001 | 11000 | 101 | 0 | 101110 | 11000001 | 1110 | 101111 |
Color Harmonies of #688289
Complementary color
Monochromatic Colors of #688289
Black with #688289
Text Example
Text Example
White with #688289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688289; }
p { color: rgb(104,130,137); }
H1.HeaderClassName
{
color: #688289;
}
.AnyTagClassName
{
color: #688289;
}
</style>
background-color css
<style>
a { background-color: #688289; }
a { background-color: rgb(104,130,137); }
div.DivClassName
{
background-color: #688289;
}
.BgClassName
{
background-color: #688289;
}
</style>
border-color css
<style>
span { border-color: #688289; }
span { border-color: rgb(104,130,137); }
td.TdClassName
{
border-color: #688289;
}
.TagClassName
{
border-color: #688289;
}
</style>