Shades of Comet #6C6C6E
Tints of Comet #6C6C6E
RGB
CMYK
RGB Variations
Color information
#6C6C6E (or 0x6C6C6E) is known color: Comet. HEX triplet: 6C, 6C and 6E. RGB value is (108,108,110). Sum of RGB (Red+Green+Blue) = 108+108+110=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C6C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6C6E is #939391. Grayscale: #6C6C6C. Windows color (decimal): -9671570 or 7236716. OLE color: 7236716.
HSL color Cylindrical-coordinate representation of color #6C6C6E: hue angle of 240º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6C6C6E is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 108 | 108 | 110 | - |
CMYK | 0.02 | 0.02 | 0 | 0.57 |
HSL | 240º | 0.01% | 0.43% | - |
HSV(B) | 240º | 0.02% | 0.43% | - |
XYZ | 14.36 | 15.04 | 16.9 | - |
YUV | 108.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 108 | 108 | 110 | 0.02 | 0.02 | 0 | 0.57 | 240 | 0.01 | 0.43 |
Hex | 6C | 6C | 6E | 2 | 2 | 0 | 39 | F0 | 1 | 2B |
Octal | 154 | 154 | 156 | 2 | 2 | 0 | 71 | 360 | 1 | 53 |
Binary | 1101100 | 1101100 | 1101110 | 10 | 10 | 0 | 111001 | 11110000 | 1 | 101011 |
Color Harmonies of #6C6C6E
Complementary color
Monochromatic Colors of #6C6C6E
Black with #6C6C6E
Text Example
Text Example
White with #6C6C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6C6E; }
p { color: rgb(108,108,110); }
H1.HeaderClassName
{
color: #6C6C6E;
}
.AnyTagClassName
{
color: #6C6C6E;
}
</style>
background-color css
<style>
a { background-color: #6C6C6E; }
a { background-color: rgb(108,108,110); }
div.DivClassName
{
background-color: #6C6C6E;
}
.BgClassName
{
background-color: #6C6C6E;
}
</style>
border-color css
<style>
span { border-color: #6C6C6E; }
span { border-color: rgb(108,108,110); }
td.TdClassName
{
border-color: #6C6C6E;
}
.TagClassName
{
border-color: #6C6C6E;
}
</style>