Shades of Hoki #687C83
Tints of Hoki #687C83
RGB
CMYK
RGB Variations
Color information
#687C83 (or 0x687C83) is known color: Hoki. HEX triplet: 68, 7C and 83. RGB value is (104,124,131). Sum of RGB (Red+Green+Blue) = 104+124+131=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #687C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C83 is #97837C. Grayscale: #767676. Windows color (decimal): -9929597 or 8617064. OLE color: 8617064.
HSL color Cylindrical-coordinate representation of color #687C83: hue angle of 195.56º 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 #687C83 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 124 | 131 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.49 |
| HSL | 195.56º | 0.11% | 0.46% | - |
| HSV(B) | 195.56º | 0.21% | 0.51% | - |
| XYZ | 17.01 | 19 | 24.24 | - |
| YUV | 118.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 131 | 0.21 | 0.05 | 0 | 0.49 | 195.56 | 0.11 | 0.46 |
| Hex | 68 | 7C | 83 | 15 | 5 | 0 | 31 | C4 | B | 2E |
| Octal | 150 | 174 | 203 | 25 | 5 | 0 | 61 | 304 | 13 | 56 |
| Binary | 1101000 | 1111100 | 10000011 | 10101 | 101 | 0 | 110001 | 11000100 | 1011 | 101110 |
Color Harmonies of #687C83
Complementary color
Monochromatic Colors of #687C83
Black with #687C83
Text Example
Text Example
White with #687C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C83; }
p { color: rgb(104,124,131); }
H1.HeaderClassName
{
color: #687C83;
}
.AnyTagClassName
{
color: #687C83;
}
</style>
background-color css
<style>
a { background-color: #687C83; }
a { background-color: rgb(104,124,131); }
div.DivClassName
{
background-color: #687C83;
}
.BgClassName
{
background-color: #687C83;
}
</style>
border-color css
<style>
span { border-color: #687C83; }
span { border-color: rgb(104,124,131); }
td.TdClassName
{
border-color: #687C83;
}
.TagClassName
{
border-color: #687C83;
}
</style>