Shades of Comet #6A6C7C
Tints of Comet #6A6C7C
RGB
CMYK
RGB Variations
Color information
#6A6C7C (or 0x6A6C7C) is known color: Comet. HEX triplet: 6A, 6C and 7C. RGB value is (106,108,124). Sum of RGB (Red+Green+Blue) = 106+108+124=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A6C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6C7C is #959383. Grayscale: #6D6D6D. Windows color (decimal): -9802628 or 8154218. OLE color: 8154218.
HSL color Cylindrical-coordinate representation of color #6A6C7C: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A6C7C is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 108 | 124 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.51 |
| HSL | 233.33º | 0.08% | 0.45% | - |
| HSV(B) | 233.33º | 0.15% | 0.49% | - |
| XYZ | 14.94 | 15.24 | 21.22 | - |
| YUV | 109.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 124 | 0.15 | 0.13 | 0 | 0.51 | 233.33 | 0.08 | 0.45 |
| Hex | 6A | 6C | 7C | F | D | 0 | 33 | E9 | 8 | 2D |
| Octal | 152 | 154 | 174 | 17 | 15 | 0 | 63 | 351 | 10 | 55 |
| Binary | 1101010 | 1101100 | 1111100 | 1111 | 1101 | 0 | 110011 | 11101001 | 1000 | 101101 |
Color Harmonies of #6A6C7C
Complementary color
Monochromatic Colors of #6A6C7C
Black with #6A6C7C
Text Example
Text Example
White with #6A6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6C7C; }
p { color: rgb(106,108,124); }
H1.HeaderClassName
{
color: #6A6C7C;
}
.AnyTagClassName
{
color: #6A6C7C;
}
</style>
background-color css
<style>
a { background-color: #6A6C7C; }
a { background-color: rgb(106,108,124); }
div.DivClassName
{
background-color: #6A6C7C;
}
.BgClassName
{
background-color: #6A6C7C;
}
</style>
border-color css
<style>
span { border-color: #6A6C7C; }
span { border-color: rgb(106,108,124); }
td.TdClassName
{
border-color: #6A6C7C;
}
.TagClassName
{
border-color: #6A6C7C;
}
</style>