Shades of Comet #6C6C75
Tints of Comet #6C6C75
RGB
CMYK
RGB Variations
Color information
#6C6C75 (or 0x6C6C75) is known color: Comet. HEX triplet: 6C, 6C and 75. RGB value is (108,108,117). Sum of RGB (Red+Green+Blue) = 108+108+117=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6C75 is #93938A. Grayscale: #6C6C6C. Windows color (decimal): -9671563 or 7695468. OLE color: 7695468.
HSL color Cylindrical-coordinate representation of color #6C6C75: hue angle of 240º 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 #6C6C75 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 108 | 117 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.54 |
| HSL | 240º | 0.04% | 0.44% | - |
| HSV(B) | 240º | 0.08% | 0.46% | - |
| XYZ | 14.76 | 15.2 | 18.99 | - |
| YUV | 109.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 108 | 117 | 0.08 | 0.08 | 0 | 0.54 | 240 | 0.04 | 0.44 |
| Hex | 6C | 6C | 75 | 8 | 8 | 0 | 36 | F0 | 4 | 2C |
| Octal | 154 | 154 | 165 | 10 | 10 | 0 | 66 | 360 | 4 | 54 |
| Binary | 1101100 | 1101100 | 1110101 | 1000 | 1000 | 0 | 110110 | 11110000 | 100 | 101100 |
Color Harmonies of #6C6C75
Complementary color
Monochromatic Colors of #6C6C75
Black with #6C6C75
Text Example
Text Example
White with #6C6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6C75; }
p { color: rgb(108,108,117); }
H1.HeaderClassName
{
color: #6C6C75;
}
.AnyTagClassName
{
color: #6C6C75;
}
</style>
background-color css
<style>
a { background-color: #6C6C75; }
a { background-color: rgb(108,108,117); }
div.DivClassName
{
background-color: #6C6C75;
}
.BgClassName
{
background-color: #6C6C75;
}
</style>
border-color css
<style>
span { border-color: #6C6C75; }
span { border-color: rgb(108,108,117); }
td.TdClassName
{
border-color: #6C6C75;
}
.TagClassName
{
border-color: #6C6C75;
}
</style>