Shades of Comet #69687D
Tints of Comet #69687D
RGB
CMYK
RGB Variations
Color information
#69687D (or 0x69687D) is known color: Comet. HEX triplet: 69, 68 and 7D. RGB value is (105,104,125). Sum of RGB (Red+Green+Blue) = 105+104+125=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #69687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69687D is #969782. Grayscale: #6A6A6A. Windows color (decimal): -9869187 or 8218729. OLE color: 8218729.
HSL color Cylindrical-coordinate representation of color #69687D: hue angle of 242.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69687D is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 104 | 125 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.51 |
| HSL | 242.86º | 0.09% | 0.45% | - |
| HSV(B) | 242.86º | 0.17% | 0.49% | - |
| XYZ | 14.48 | 14.38 | 21.42 | - |
| YUV | 106.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 125 | 0.16 | 0.17 | 0 | 0.51 | 242.86 | 0.09 | 0.45 |
| Hex | 69 | 68 | 7D | 10 | 11 | 0 | 33 | F3 | 9 | 2D |
| Octal | 151 | 150 | 175 | 20 | 21 | 0 | 63 | 363 | 11 | 55 |
| Binary | 1101001 | 1101000 | 1111101 | 10000 | 10001 | 0 | 110011 | 11110011 | 1001 | 101101 |
Color Harmonies of #69687D
Complementary color
Monochromatic Colors of #69687D
Black with #69687D
Text Example
Text Example
White with #69687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69687D; }
p { color: rgb(105,104,125); }
H1.HeaderClassName
{
color: #69687D;
}
.AnyTagClassName
{
color: #69687D;
}
</style>
background-color css
<style>
a { background-color: #69687D; }
a { background-color: rgb(105,104,125); }
div.DivClassName
{
background-color: #69687D;
}
.BgClassName
{
background-color: #69687D;
}
</style>
border-color css
<style>
span { border-color: #69687D; }
span { border-color: rgb(105,104,125); }
td.TdClassName
{
border-color: #69687D;
}
.TagClassName
{
border-color: #69687D;
}
</style>