Shades of Comet #69687C
Tints of Comet #69687C
RGB
CMYK
RGB Variations
Color information
#69687C (or 0x69687C) is known color: Comet. HEX triplet: 69, 68 and 7C. RGB value is (105,104,124). Sum of RGB (Red+Green+Blue) = 105+104+124=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #69687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69687C is #969783. Grayscale: #6A6A6A. Windows color (decimal): -9869188 or 8153193. OLE color: 8153193.
HSL color Cylindrical-coordinate representation of color #69687C: hue angle of 243º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69687C is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 104 | 124 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.51 |
| HSL | 243º | 0.09% | 0.45% | - |
| HSV(B) | 243º | 0.16% | 0.49% | - |
| XYZ | 14.41 | 14.36 | 21.08 | - |
| YUV | 106.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 124 | 0.15 | 0.16 | 0 | 0.51 | 243 | 0.09 | 0.45 |
| Hex | 69 | 68 | 7C | F | 10 | 0 | 33 | F3 | 9 | 2D |
| Octal | 151 | 150 | 174 | 17 | 20 | 0 | 63 | 363 | 11 | 55 |
| Binary | 1101001 | 1101000 | 1111100 | 1111 | 10000 | 0 | 110011 | 11110011 | 1001 | 101101 |
Color Harmonies of #69687C
Complementary color
Monochromatic Colors of #69687C
Black with #69687C
Text Example
Text Example
White with #69687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69687C; }
p { color: rgb(105,104,124); }
H1.HeaderClassName
{
color: #69687C;
}
.AnyTagClassName
{
color: #69687C;
}
</style>
background-color css
<style>
a { background-color: #69687C; }
a { background-color: rgb(105,104,124); }
div.DivClassName
{
background-color: #69687C;
}
.BgClassName
{
background-color: #69687C;
}
</style>
border-color css
<style>
span { border-color: #69687C; }
span { border-color: rgb(105,104,124); }
td.TdClassName
{
border-color: #69687C;
}
.TagClassName
{
border-color: #69687C;
}
</style>