Shades of Hoki #687D85
Tints of Hoki #687D85
RGB
CMYK
RGB Variations
Color information
#687D85 (or 0x687D85) is known color: Hoki. HEX triplet: 68, 7D and 85. RGB value is (104,125,133). Sum of RGB (Red+Green+Blue) = 104+125+133=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #687D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D85 is #97827A. Grayscale: #777777. Windows color (decimal): -9929339 or 8748392. OLE color: 8748392.
HSL color Cylindrical-coordinate representation of color #687D85: hue angle of 196.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687D85 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 125 | 133 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.48 |
| HSL | 196.55º | 0.12% | 0.46% | - |
| HSV(B) | 196.55º | 0.22% | 0.52% | - |
| XYZ | 17.28 | 19.3 | 25.01 | - |
| YUV | 119.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 133 | 0.22 | 0.06 | 0 | 0.48 | 196.55 | 0.12 | 0.46 |
| Hex | 68 | 7D | 85 | 16 | 6 | 0 | 30 | C5 | C | 2E |
| Octal | 150 | 175 | 205 | 26 | 6 | 0 | 60 | 305 | 14 | 56 |
| Binary | 1101000 | 1111101 | 10000101 | 10110 | 110 | 0 | 110000 | 11000101 | 1100 | 101110 |
Color Harmonies of #687D85
Complementary color
Monochromatic Colors of #687D85
Black with #687D85
Text Example
Text Example
White with #687D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D85; }
p { color: rgb(104,125,133); }
H1.HeaderClassName
{
color: #687D85;
}
.AnyTagClassName
{
color: #687D85;
}
</style>
background-color css
<style>
a { background-color: #687D85; }
a { background-color: rgb(104,125,133); }
div.DivClassName
{
background-color: #687D85;
}
.BgClassName
{
background-color: #687D85;
}
</style>
border-color css
<style>
span { border-color: #687D85; }
span { border-color: rgb(104,125,133); }
td.TdClassName
{
border-color: #687D85;
}
.TagClassName
{
border-color: #687D85;
}
</style>