Shades of Comet #6C6D73
Tints of Comet #6C6D73
RGB
CMYK
RGB Variations
Color information
#6C6D73 (or 0x6C6D73) is known color: Comet. HEX triplet: 6C, 6D and 73. RGB value is (108,109,115). Sum of RGB (Red+Green+Blue) = 108+109+115=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D73 is #93928C. Grayscale: #6D6D6D. Windows color (decimal): -9671309 or 7564652. OLE color: 7564652.
HSL color Cylindrical-coordinate representation of color #6C6D73: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C6D73 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 109 | 115 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.55 |
| HSL | 231.43º | 0.03% | 0.44% | - |
| HSV(B) | 231.43º | 0.06% | 0.45% | - |
| XYZ | 14.75 | 15.36 | 18.41 | - |
| YUV | 109.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 115 | 0.06 | 0.05 | 0 | 0.55 | 231.43 | 0.03 | 0.44 |
| Hex | 6C | 6D | 73 | 6 | 5 | 0 | 37 | E7 | 3 | 2C |
| Octal | 154 | 155 | 163 | 6 | 5 | 0 | 67 | 347 | 3 | 54 |
| Binary | 1101100 | 1101101 | 1110011 | 110 | 101 | 0 | 110111 | 11100111 | 11 | 101100 |
Color Harmonies of #6C6D73
Complementary color
Monochromatic Colors of #6C6D73
Black with #6C6D73
Text Example
Text Example
White with #6C6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D73; }
p { color: rgb(108,109,115); }
H1.HeaderClassName
{
color: #6C6D73;
}
.AnyTagClassName
{
color: #6C6D73;
}
</style>
background-color css
<style>
a { background-color: #6C6D73; }
a { background-color: rgb(108,109,115); }
div.DivClassName
{
background-color: #6C6D73;
}
.BgClassName
{
background-color: #6C6D73;
}
</style>
border-color css
<style>
span { border-color: #6C6D73; }
span { border-color: rgb(108,109,115); }
td.TdClassName
{
border-color: #6C6D73;
}
.TagClassName
{
border-color: #6C6D73;
}
</style>