Shades of Comet #6D6E82
Tints of Comet #6D6E82
RGB
CMYK
RGB Variations
Color information
#6D6E82 (or 0x6D6E82) is known color: Comet. HEX triplet: 6D, 6E and 82. RGB value is (109,110,130). Sum of RGB (Red+Green+Blue) = 109+110+130=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D6E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E82 is #92917D. Grayscale: #6F6F6F. Windows color (decimal): -9605502 or 8547949. OLE color: 8547949.
HSL color Cylindrical-coordinate representation of color #6D6E82: hue angle of 237.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D6E82 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 110 | 130 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.49 |
| HSL | 237.14º | 0.09% | 0.47% | - |
| HSV(B) | 237.14º | 0.16% | 0.51% | - |
| XYZ | 15.91 | 16.01 | 23.37 | - |
| YUV | 111.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 130 | 0.16 | 0.15 | 0 | 0.49 | 237.14 | 0.09 | 0.47 |
| Hex | 6D | 6E | 82 | 10 | F | 0 | 31 | ED | 9 | 2F |
| Octal | 155 | 156 | 202 | 20 | 17 | 0 | 61 | 355 | 11 | 57 |
| Binary | 1101101 | 1101110 | 10000010 | 10000 | 1111 | 0 | 110001 | 11101101 | 1001 | 101111 |
Color Harmonies of #6D6E82
Complementary color
Monochromatic Colors of #6D6E82
Black with #6D6E82
Text Example
Text Example
White with #6D6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E82; }
p { color: rgb(109,110,130); }
H1.HeaderClassName
{
color: #6D6E82;
}
.AnyTagClassName
{
color: #6D6E82;
}
</style>
background-color css
<style>
a { background-color: #6D6E82; }
a { background-color: rgb(109,110,130); }
div.DivClassName
{
background-color: #6D6E82;
}
.BgClassName
{
background-color: #6D6E82;
}
</style>
border-color css
<style>
span { border-color: #6D6E82; }
span { border-color: rgb(109,110,130); }
td.TdClassName
{
border-color: #6D6E82;
}
.TagClassName
{
border-color: #6D6E82;
}
</style>