Shades of Comet #6A6C88
Tints of Comet #6A6C88
RGB
CMYK
RGB Variations
Color information
#6A6C88 (or 0x6A6C88) is known color: Comet. HEX triplet: 6A, 6C and 88. RGB value is (106,108,136). Sum of RGB (Red+Green+Blue) = 106+108+136=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A6C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6C88 is #959377. Grayscale: #6E6E6E. Windows color (decimal): -9802616 or 8940650. OLE color: 8940650.
HSL color Cylindrical-coordinate representation of color #6A6C88: hue angle of 236º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A6C88 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 108 | 136 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.47 |
| HSL | 236º | 0.12% | 0.47% | - |
| HSV(B) | 236º | 0.22% | 0.53% | - |
| XYZ | 15.75 | 15.57 | 25.47 | - |
| YUV | 110.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 136 | 0.22 | 0.21 | 0 | 0.47 | 236 | 0.12 | 0.47 |
| Hex | 6A | 6C | 88 | 16 | 15 | 0 | 2F | EC | C | 2F |
| Octal | 152 | 154 | 210 | 26 | 25 | 0 | 57 | 354 | 14 | 57 |
| Binary | 1101010 | 1101100 | 10001000 | 10110 | 10101 | 0 | 101111 | 11101100 | 1100 | 101111 |
Color Harmonies of #6A6C88
Complementary color
Monochromatic Colors of #6A6C88
Black with #6A6C88
Text Example
Text Example
White with #6A6C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6C88; }
p { color: rgb(106,108,136); }
H1.HeaderClassName
{
color: #6A6C88;
}
.AnyTagClassName
{
color: #6A6C88;
}
</style>
background-color css
<style>
a { background-color: #6A6C88; }
a { background-color: rgb(106,108,136); }
div.DivClassName
{
background-color: #6A6C88;
}
.BgClassName
{
background-color: #6A6C88;
}
</style>
border-color css
<style>
span { border-color: #6A6C88; }
span { border-color: rgb(106,108,136); }
td.TdClassName
{
border-color: #6A6C88;
}
.TagClassName
{
border-color: #6A6C88;
}
</style>