Shades of Hoki #6D7F82
Tints of Hoki #6D7F82
RGB
CMYK
RGB Variations
Color information
#6D7F82 (or 0x6D7F82) is known color: Hoki. HEX triplet: 6D, 7F and 82. RGB value is (109,127,130). Sum of RGB (Red+Green+Blue) = 109+127+130=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D7F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F82 is #92807D. Grayscale: #797979. Windows color (decimal): -9601150 or 8552301. OLE color: 8552301.
HSL color Cylindrical-coordinate representation of color #6D7F82: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7F82 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 127 | 130 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.49 |
| HSL | 188.57º | 0.09% | 0.47% | - |
| HSV(B) | 188.57º | 0.16% | 0.51% | - |
| XYZ | 17.93 | 20.04 | 24.04 | - |
| YUV | 121.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 130 | 0.16 | 0.02 | 0 | 0.49 | 188.57 | 0.09 | 0.47 |
| Hex | 6D | 7F | 82 | 10 | 2 | 0 | 31 | BD | 9 | 2F |
| Octal | 155 | 177 | 202 | 20 | 2 | 0 | 61 | 275 | 11 | 57 |
| Binary | 1101101 | 1111111 | 10000010 | 10000 | 10 | 0 | 110001 | 10111101 | 1001 | 101111 |
Color Harmonies of #6D7F82
Complementary color
Monochromatic Colors of #6D7F82
Black with #6D7F82
Text Example
Text Example
White with #6D7F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7F82; }
p { color: rgb(109,127,130); }
H1.HeaderClassName
{
color: #6D7F82;
}
.AnyTagClassName
{
color: #6D7F82;
}
</style>
background-color css
<style>
a { background-color: #6D7F82; }
a { background-color: rgb(109,127,130); }
div.DivClassName
{
background-color: #6D7F82;
}
.BgClassName
{
background-color: #6D7F82;
}
</style>
border-color css
<style>
span { border-color: #6D7F82; }
span { border-color: rgb(109,127,130); }
td.TdClassName
{
border-color: #6D7F82;
}
.TagClassName
{
border-color: #6D7F82;
}
</style>