Shades of Comet #6D6E77
Tints of Comet #6D6E77
RGB
CMYK
RGB Variations
Color information
#6D6E77 (or 0x6D6E77) is known color: Comet. HEX triplet: 6D, 6E and 77. RGB value is (109,110,119). Sum of RGB (Red+Green+Blue) = 109+110+119=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D6E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E77 is #929188. Grayscale: #6E6E6E. Windows color (decimal): -9605513 or 7827053. OLE color: 7827053.
HSL color Cylindrical-coordinate representation of color #6D6E77: hue angle of 234º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D6E77 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 110 | 119 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.53 |
| HSL | 234º | 0.04% | 0.45% | - |
| HSV(B) | 234º | 0.08% | 0.47% | - |
| XYZ | 15.21 | 15.73 | 19.69 | - |
| YUV | 110.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 119 | 0.08 | 0.08 | 0 | 0.53 | 234 | 0.04 | 0.45 |
| Hex | 6D | 6E | 77 | 8 | 8 | 0 | 35 | EA | 4 | 2D |
| Octal | 155 | 156 | 167 | 10 | 10 | 0 | 65 | 352 | 4 | 55 |
| Binary | 1101101 | 1101110 | 1110111 | 1000 | 1000 | 0 | 110101 | 11101010 | 100 | 101101 |
Color Harmonies of #6D6E77
Complementary color
Monochromatic Colors of #6D6E77
Black with #6D6E77
Text Example
Text Example
White with #6D6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E77; }
p { color: rgb(109,110,119); }
H1.HeaderClassName
{
color: #6D6E77;
}
.AnyTagClassName
{
color: #6D6E77;
}
</style>
background-color css
<style>
a { background-color: #6D6E77; }
a { background-color: rgb(109,110,119); }
div.DivClassName
{
background-color: #6D6E77;
}
.BgClassName
{
background-color: #6D6E77;
}
</style>
border-color css
<style>
span { border-color: #6D6E77; }
span { border-color: rgb(109,110,119); }
td.TdClassName
{
border-color: #6D6E77;
}
.TagClassName
{
border-color: #6D6E77;
}
</style>