Shades of Comet #6C6E79
Tints of Comet #6C6E79
RGB
CMYK
RGB Variations
Color information
#6C6E79 (or 0x6C6E79) is known color: Comet. HEX triplet: 6C, 6E and 79. RGB value is (108,110,121). Sum of RGB (Red+Green+Blue) = 108+110+121=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E79 is #939186. Grayscale: #6E6E6E. Windows color (decimal): -9671047 or 7958124. OLE color: 7958124.
HSL color Cylindrical-coordinate representation of color #6C6E79: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6E79 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 110 | 121 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.53 |
| HSL | 230.77º | 0.06% | 0.45% | - |
| HSV(B) | 230.77º | 0.11% | 0.47% | - |
| XYZ | 15.21 | 15.72 | 20.32 | - |
| YUV | 110.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 121 | 0.11 | 0.09 | 0 | 0.53 | 230.77 | 0.06 | 0.45 |
| Hex | 6C | 6E | 79 | B | 9 | 0 | 35 | E7 | 6 | 2D |
| Octal | 154 | 156 | 171 | 13 | 11 | 0 | 65 | 347 | 6 | 55 |
| Binary | 1101100 | 1101110 | 1111001 | 1011 | 1001 | 0 | 110101 | 11100111 | 110 | 101101 |
Color Harmonies of #6C6E79
Complementary color
Monochromatic Colors of #6C6E79
Black with #6C6E79
Text Example
Text Example
White with #6C6E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E79; }
p { color: rgb(108,110,121); }
H1.HeaderClassName
{
color: #6C6E79;
}
.AnyTagClassName
{
color: #6C6E79;
}
</style>
background-color css
<style>
a { background-color: #6C6E79; }
a { background-color: rgb(108,110,121); }
div.DivClassName
{
background-color: #6C6E79;
}
.BgClassName
{
background-color: #6C6E79;
}
</style>
border-color css
<style>
span { border-color: #6C6E79; }
span { border-color: rgb(108,110,121); }
td.TdClassName
{
border-color: #6C6E79;
}
.TagClassName
{
border-color: #6C6E79;
}
</style>