Shades of Comet #6A6C87
Tints of Comet #6A6C87
RGB
CMYK
RGB Variations
Color information
#6A6C87 (or 0x6A6C87) is known color: Comet. HEX triplet: 6A, 6C and 87. RGB value is (106,108,135). Sum of RGB (Red+Green+Blue) = 106+108+135=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A6C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6C87 is #959378. Grayscale: #6E6E6E. Windows color (decimal): -9802617 or 8875114. OLE color: 8875114.
HSL color Cylindrical-coordinate representation of color #6A6C87: hue angle of 235.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A6C87 is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 108 | 135 | - |
| CMYK | 0.21 | 0.2 | 0 | 0.47 |
| HSL | 235.86º | 0.12% | 0.47% | - |
| HSV(B) | 235.86º | 0.21% | 0.53% | - |
| XYZ | 15.68 | 15.54 | 25.09 | - |
| YUV | 110.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 135 | 0.21 | 0.2 | 0 | 0.47 | 235.86 | 0.12 | 0.47 |
| Hex | 6A | 6C | 87 | 15 | 14 | 0 | 2F | EC | C | 2F |
| Octal | 152 | 154 | 207 | 25 | 24 | 0 | 57 | 354 | 14 | 57 |
| Binary | 1101010 | 1101100 | 10000111 | 10101 | 10100 | 0 | 101111 | 11101100 | 1100 | 101111 |
Color Harmonies of #6A6C87
Complementary color
Monochromatic Colors of #6A6C87
Black with #6A6C87
Text Example
Text Example
White with #6A6C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6C87; }
p { color: rgb(106,108,135); }
H1.HeaderClassName
{
color: #6A6C87;
}
.AnyTagClassName
{
color: #6A6C87;
}
</style>
background-color css
<style>
a { background-color: #6A6C87; }
a { background-color: rgb(106,108,135); }
div.DivClassName
{
background-color: #6A6C87;
}
.BgClassName
{
background-color: #6A6C87;
}
</style>
border-color css
<style>
span { border-color: #6A6C87; }
span { border-color: rgb(106,108,135); }
td.TdClassName
{
border-color: #6A6C87;
}
.TagClassName
{
border-color: #6A6C87;
}
</style>