Shades of Hoki #687F82
Tints of Hoki #687F82
RGB
CMYK
RGB Variations
Color information
#687F82 (or 0x687F82) is known color: Hoki. HEX triplet: 68, 7F and 82. RGB value is (104,127,130). Sum of RGB (Red+Green+Blue) = 104+127+130=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #687F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F82 is #97807D. Grayscale: #787878. Windows color (decimal): -9928830 or 8552296. OLE color: 8552296.
HSL color Cylindrical-coordinate representation of color #687F82: hue angle of 186.92º 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 #687F82 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 127 | 130 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.49 |
| HSL | 186.92º | 0.11% | 0.46% | - |
| HSV(B) | 186.92º | 0.2% | 0.51% | - |
| XYZ | 17.33 | 19.73 | 24.01 | - |
| YUV | 120.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 130 | 0.2 | 0.02 | 0 | 0.49 | 186.92 | 0.11 | 0.46 |
| Hex | 68 | 7F | 82 | 14 | 2 | 0 | 31 | BB | B | 2E |
| Octal | 150 | 177 | 202 | 24 | 2 | 0 | 61 | 273 | 13 | 56 |
| Binary | 1101000 | 1111111 | 10000010 | 10100 | 10 | 0 | 110001 | 10111011 | 1011 | 101110 |
Color Harmonies of #687F82
Complementary color
Monochromatic Colors of #687F82
Black with #687F82
Text Example
Text Example
White with #687F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F82; }
p { color: rgb(104,127,130); }
H1.HeaderClassName
{
color: #687F82;
}
.AnyTagClassName
{
color: #687F82;
}
</style>
background-color css
<style>
a { background-color: #687F82; }
a { background-color: rgb(104,127,130); }
div.DivClassName
{
background-color: #687F82;
}
.BgClassName
{
background-color: #687F82;
}
</style>
border-color css
<style>
span { border-color: #687F82; }
span { border-color: rgb(104,127,130); }
td.TdClassName
{
border-color: #687F82;
}
.TagClassName
{
border-color: #687F82;
}
</style>