Shades of Comet #6C6D76
Tints of Comet #6C6D76
RGB
CMYK
RGB Variations
Color information
#6C6D76 (or 0x6C6D76) is known color: Comet. HEX triplet: 6C, 6D and 76. RGB value is (108,109,118). Sum of RGB (Red+Green+Blue) = 108+109+118=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C6D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D76 is #939289. Grayscale: #6D6D6D. Windows color (decimal): -9671306 or 7761260. OLE color: 7761260.
HSL color Cylindrical-coordinate representation of color #6C6D76: hue angle of 234º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6D76 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 109 | 118 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.54 |
| HSL | 234º | 0.04% | 0.44% | - |
| HSV(B) | 234º | 0.08% | 0.46% | - |
| XYZ | 14.92 | 15.43 | 19.33 | - |
| YUV | 109.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 118 | 0.08 | 0.08 | 0 | 0.54 | 234 | 0.04 | 0.44 |
| Hex | 6C | 6D | 76 | 8 | 8 | 0 | 36 | EA | 4 | 2C |
| Octal | 154 | 155 | 166 | 10 | 10 | 0 | 66 | 352 | 4 | 54 |
| Binary | 1101100 | 1101101 | 1110110 | 1000 | 1000 | 0 | 110110 | 11101010 | 100 | 101100 |
Color Harmonies of #6C6D76
Complementary color
Monochromatic Colors of #6C6D76
Black with #6C6D76
Text Example
Text Example
White with #6C6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D76; }
p { color: rgb(108,109,118); }
H1.HeaderClassName
{
color: #6C6D76;
}
.AnyTagClassName
{
color: #6C6D76;
}
</style>
background-color css
<style>
a { background-color: #6C6D76; }
a { background-color: rgb(108,109,118); }
div.DivClassName
{
background-color: #6C6D76;
}
.BgClassName
{
background-color: #6C6D76;
}
</style>
border-color css
<style>
span { border-color: #6C6D76; }
span { border-color: rgb(108,109,118); }
td.TdClassName
{
border-color: #6C6D76;
}
.TagClassName
{
border-color: #6C6D76;
}
</style>