Shades of Hoki #687E84
Tints of Hoki #687E84
RGB
CMYK
RGB Variations
Color information
#687E84 (or 0x687E84) is known color: Hoki. HEX triplet: 68, 7E and 84. RGB value is (104,126,132). Sum of RGB (Red+Green+Blue) = 104+126+132=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #687E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E84 is #97817B. Grayscale: #787878. Windows color (decimal): -9929084 or 8683112. OLE color: 8683112.
HSL color Cylindrical-coordinate representation of color #687E84: hue angle of 192.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687E84 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 126 | 132 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.48 |
| HSL | 192.86º | 0.12% | 0.46% | - |
| HSV(B) | 192.86º | 0.21% | 0.52% | - |
| XYZ | 17.33 | 19.53 | 24.69 | - |
| YUV | 120.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 132 | 0.21 | 0.05 | 0 | 0.48 | 192.86 | 0.12 | 0.46 |
| Hex | 68 | 7E | 84 | 15 | 5 | 0 | 30 | C1 | C | 2E |
| Octal | 150 | 176 | 204 | 25 | 5 | 0 | 60 | 301 | 14 | 56 |
| Binary | 1101000 | 1111110 | 10000100 | 10101 | 101 | 0 | 110000 | 11000001 | 1100 | 101110 |
Color Harmonies of #687E84
Complementary color
Monochromatic Colors of #687E84
Black with #687E84
Text Example
Text Example
White with #687E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E84; }
p { color: rgb(104,126,132); }
H1.HeaderClassName
{
color: #687E84;
}
.AnyTagClassName
{
color: #687E84;
}
</style>
background-color css
<style>
a { background-color: #687E84; }
a { background-color: rgb(104,126,132); }
div.DivClassName
{
background-color: #687E84;
}
.BgClassName
{
background-color: #687E84;
}
</style>
border-color css
<style>
span { border-color: #687E84; }
span { border-color: rgb(104,126,132); }
td.TdClassName
{
border-color: #687E84;
}
.TagClassName
{
border-color: #687E84;
}
</style>