Shades of Comet #6C6D72
Tints of Comet #6C6D72
RGB
CMYK
RGB Variations
Color information
#6C6D72 (or 0x6C6D72) is known color: Comet. HEX triplet: 6C, 6D and 72. RGB value is (108,109,114). Sum of RGB (Red+Green+Blue) = 108+109+114=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D72 is #93928D. Grayscale: #6D6D6D. Windows color (decimal): -9671310 or 7499116. OLE color: 7499116.
HSL color Cylindrical-coordinate representation of color #6C6D72: hue angle of 230º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C6D72 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 109 | 114 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.55 |
| HSL | 230º | 0.03% | 0.44% | - |
| HSV(B) | 230º | 0.05% | 0.45% | - |
| XYZ | 14.69 | 15.34 | 18.11 | - |
| YUV | 109.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 114 | 0.05 | 0.04 | 0 | 0.55 | 230 | 0.03 | 0.44 |
| Hex | 6C | 6D | 72 | 5 | 4 | 0 | 37 | E6 | 3 | 2C |
| Octal | 154 | 155 | 162 | 5 | 4 | 0 | 67 | 346 | 3 | 54 |
| Binary | 1101100 | 1101101 | 1110010 | 101 | 100 | 0 | 110111 | 11100110 | 11 | 101100 |
Color Harmonies of #6C6D72
Complementary color
Monochromatic Colors of #6C6D72
Black with #6C6D72
Text Example
Text Example
White with #6C6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D72; }
p { color: rgb(108,109,114); }
H1.HeaderClassName
{
color: #6C6D72;
}
.AnyTagClassName
{
color: #6C6D72;
}
</style>
background-color css
<style>
a { background-color: #6C6D72; }
a { background-color: rgb(108,109,114); }
div.DivClassName
{
background-color: #6C6D72;
}
.BgClassName
{
background-color: #6C6D72;
}
</style>
border-color css
<style>
span { border-color: #6C6D72; }
span { border-color: rgb(108,109,114); }
td.TdClassName
{
border-color: #6C6D72;
}
.TagClassName
{
border-color: #6C6D72;
}
</style>