Shades of Hoki #6D7E82
Tints of Hoki #6D7E82
RGB
CMYK
RGB Variations
Color information
#6D7E82 (or 0x6D7E82) is known color: Hoki. HEX triplet: 6D, 7E and 82. RGB value is (109,126,130). Sum of RGB (Red+Green+Blue) = 109+126+130=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D7E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E82 is #92817D. Grayscale: #797979. Windows color (decimal): -9601406 or 8552045. OLE color: 8552045.
HSL color Cylindrical-coordinate representation of color #6D7E82: hue angle of 191.43º 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 #6D7E82 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 126 | 130 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.49 |
| HSL | 191.43º | 0.09% | 0.47% | - |
| HSV(B) | 191.43º | 0.16% | 0.51% | - |
| XYZ | 17.8 | 19.78 | 24 | - |
| YUV | 121.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 130 | 0.16 | 0.03 | 0 | 0.49 | 191.43 | 0.09 | 0.47 |
| Hex | 6D | 7E | 82 | 10 | 3 | 0 | 31 | BF | 9 | 2F |
| Octal | 155 | 176 | 202 | 20 | 3 | 0 | 61 | 277 | 11 | 57 |
| Binary | 1101101 | 1111110 | 10000010 | 10000 | 11 | 0 | 110001 | 10111111 | 1001 | 101111 |
Color Harmonies of #6D7E82
Complementary color
Monochromatic Colors of #6D7E82
Black with #6D7E82
Text Example
Text Example
White with #6D7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E82; }
p { color: rgb(109,126,130); }
H1.HeaderClassName
{
color: #6D7E82;
}
.AnyTagClassName
{
color: #6D7E82;
}
</style>
background-color css
<style>
a { background-color: #6D7E82; }
a { background-color: rgb(109,126,130); }
div.DivClassName
{
background-color: #6D7E82;
}
.BgClassName
{
background-color: #6D7E82;
}
</style>
border-color css
<style>
span { border-color: #6D7E82; }
span { border-color: rgb(109,126,130); }
td.TdClassName
{
border-color: #6D7E82;
}
.TagClassName
{
border-color: #6D7E82;
}
</style>