Shades of Comet #6C6E7C
Tints of Comet #6C6E7C
RGB
CMYK
RGB Variations
Color information
#6C6E7C (or 0x6C6E7C) is known color: Comet. HEX triplet: 6C, 6E and 7C. RGB value is (108,110,124). Sum of RGB (Red+Green+Blue) = 108+110+124=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C6E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E7C is #939183. Grayscale: #6E6E6E. Windows color (decimal): -9671044 or 8154732. OLE color: 8154732.
HSL color Cylindrical-coordinate representation of color #6C6E7C: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6E7C is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 110 | 124 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.51 |
| HSL | 232.5º | 0.07% | 0.45% | - |
| HSV(B) | 232.5º | 0.13% | 0.49% | - |
| XYZ | 15.4 | 15.8 | 21.31 | - |
| YUV | 111 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 124 | 0.13 | 0.11 | 0 | 0.51 | 232.5 | 0.07 | 0.45 |
| Hex | 6C | 6E | 7C | D | B | 0 | 33 | E8 | 7 | 2D |
| Octal | 154 | 156 | 174 | 15 | 13 | 0 | 63 | 350 | 7 | 55 |
| Binary | 1101100 | 1101110 | 1111100 | 1101 | 1011 | 0 | 110011 | 11101000 | 111 | 101101 |
Color Harmonies of #6C6E7C
Complementary color
Monochromatic Colors of #6C6E7C
Black with #6C6E7C
Text Example
Text Example
White with #6C6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E7C; }
p { color: rgb(108,110,124); }
H1.HeaderClassName
{
color: #6C6E7C;
}
.AnyTagClassName
{
color: #6C6E7C;
}
</style>
background-color css
<style>
a { background-color: #6C6E7C; }
a { background-color: rgb(108,110,124); }
div.DivClassName
{
background-color: #6C6E7C;
}
.BgClassName
{
background-color: #6C6E7C;
}
</style>
border-color css
<style>
span { border-color: #6C6E7C; }
span { border-color: rgb(108,110,124); }
td.TdClassName
{
border-color: #6C6E7C;
}
.TagClassName
{
border-color: #6C6E7C;
}
</style>