Shades of Comet #6E6E8B
Tints of Comet #6E6E8B
RGB
CMYK
RGB Variations
Color information
#6E6E8B (or 0x6E6E8B) is known color: Comet. HEX triplet: 6E, 6E and 8B. RGB value is (110,110,139). Sum of RGB (Red+Green+Blue) = 110+110+139=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E6E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6E8B is #919174. Grayscale: #717171. Windows color (decimal): -9539957 or 9137774. OLE color: 9137774.
HSL color Cylindrical-coordinate representation of color #6E6E8B: hue angle of 240º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6E8B is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 110 | 139 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.45 |
| HSL | 240º | 0.12% | 0.49% | - |
| HSV(B) | 240º | 0.21% | 0.55% | - |
| XYZ | 16.67 | 16.33 | 26.7 | - |
| YUV | 113.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 139 | 0.21 | 0.21 | 0 | 0.45 | 240 | 0.12 | 0.49 |
| Hex | 6E | 6E | 8B | 15 | 15 | 0 | 2D | F0 | C | 31 |
| Octal | 156 | 156 | 213 | 25 | 25 | 0 | 55 | 360 | 14 | 61 |
| Binary | 1101110 | 1101110 | 10001011 | 10101 | 10101 | 0 | 101101 | 11110000 | 1100 | 110001 |
Color Harmonies of #6E6E8B
Complementary color
Monochromatic Colors of #6E6E8B
Black with #6E6E8B
Text Example
Text Example
White with #6E6E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6E8B; }
p { color: rgb(110,110,139); }
H1.HeaderClassName
{
color: #6E6E8B;
}
.AnyTagClassName
{
color: #6E6E8B;
}
</style>
background-color css
<style>
a { background-color: #6E6E8B; }
a { background-color: rgb(110,110,139); }
div.DivClassName
{
background-color: #6E6E8B;
}
.BgClassName
{
background-color: #6E6E8B;
}
</style>
border-color css
<style>
span { border-color: #6E6E8B; }
span { border-color: rgb(110,110,139); }
td.TdClassName
{
border-color: #6E6E8B;
}
.TagClassName
{
border-color: #6E6E8B;
}
</style>