Shades of Hoki #687E82
Tints of Hoki #687E82
RGB
CMYK
RGB Variations
Color information
#687E82 (or 0x687E82) is known color: Hoki. HEX triplet: 68, 7E and 82. RGB value is (104,126,130). Sum of RGB (Red+Green+Blue) = 104+126+130=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #687E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E82 is #97817D. Grayscale: #777777. Windows color (decimal): -9929086 or 8552040. OLE color: 8552040.
HSL color Cylindrical-coordinate representation of color #687E82: hue angle of 189.23º 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 #687E82 is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 126 | 130 | - |
| CMYK | 0.2 | 0.03 | 0 | 0.49 |
| HSL | 189.23º | 0.11% | 0.46% | - |
| HSV(B) | 189.23º | 0.2% | 0.51% | - |
| XYZ | 17.2 | 19.48 | 23.97 | - |
| YUV | 119.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 130 | 0.2 | 0.03 | 0 | 0.49 | 189.23 | 0.11 | 0.46 |
| Hex | 68 | 7E | 82 | 14 | 3 | 0 | 31 | BD | B | 2E |
| Octal | 150 | 176 | 202 | 24 | 3 | 0 | 61 | 275 | 13 | 56 |
| Binary | 1101000 | 1111110 | 10000010 | 10100 | 11 | 0 | 110001 | 10111101 | 1011 | 101110 |
Color Harmonies of #687E82
Complementary color
Monochromatic Colors of #687E82
Black with #687E82
Text Example
Text Example
White with #687E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E82; }
p { color: rgb(104,126,130); }
H1.HeaderClassName
{
color: #687E82;
}
.AnyTagClassName
{
color: #687E82;
}
</style>
background-color css
<style>
a { background-color: #687E82; }
a { background-color: rgb(104,126,130); }
div.DivClassName
{
background-color: #687E82;
}
.BgClassName
{
background-color: #687E82;
}
</style>
border-color css
<style>
span { border-color: #687E82; }
span { border-color: rgb(104,126,130); }
td.TdClassName
{
border-color: #687E82;
}
.TagClassName
{
border-color: #687E82;
}
</style>