Shades of Hoki #688183
Tints of Hoki #688183
RGB
CMYK
RGB Variations
Color information
#688183 (or 0x688183) is known color: Hoki. HEX triplet: 68, 81 and 83. RGB value is (104,129,131). Sum of RGB (Red+Green+Blue) = 104+129+131=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 131 - color contains mainly: blue. Hex color #688183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688183 is #977E7C. Grayscale: #797979. Windows color (decimal): -9928317 or 8618344. OLE color: 8618344.
HSL color Cylindrical-coordinate representation of color #688183: hue angle of 184.44º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688183 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 131 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.49 |
| HSL | 184.44º | 0.11% | 0.46% | - |
| HSV(B) | 184.44º | 0.21% | 0.51% | - |
| XYZ | 17.66 | 20.28 | 24.46 | - |
| YUV | 121.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 131 | 0.21 | 0.02 | 0 | 0.49 | 184.44 | 0.11 | 0.46 |
| Hex | 68 | 81 | 83 | 15 | 2 | 0 | 31 | B8 | B | 2E |
| Octal | 150 | 201 | 203 | 25 | 2 | 0 | 61 | 270 | 13 | 56 |
| Binary | 1101000 | 10000001 | 10000011 | 10101 | 10 | 0 | 110001 | 10111000 | 1011 | 101110 |
Color Harmonies of #688183
Complementary color
Monochromatic Colors of #688183
Black with #688183
Text Example
Text Example
White with #688183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688183; }
p { color: rgb(104,129,131); }
H1.HeaderClassName
{
color: #688183;
}
.AnyTagClassName
{
color: #688183;
}
</style>
background-color css
<style>
a { background-color: #688183; }
a { background-color: rgb(104,129,131); }
div.DivClassName
{
background-color: #688183;
}
.BgClassName
{
background-color: #688183;
}
</style>
border-color css
<style>
span { border-color: #688183; }
span { border-color: rgb(104,129,131); }
td.TdClassName
{
border-color: #688183;
}
.TagClassName
{
border-color: #688183;
}
</style>