Shades of Comet #696975
Tints of Comet #696975
RGB
CMYK
RGB Variations
Color information
#696975 (or 0x696975) is known color: Comet. HEX triplet: 69, 69 and 75. RGB value is (105,105,117). Sum of RGB (Red+Green+Blue) = 105+105+117=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #696975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696975 is #96968A. Grayscale: #6A6A6A. Windows color (decimal): -9868939 or 7694697. OLE color: 7694697.
HSL color Cylindrical-coordinate representation of color #696975: hue angle of 240º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696975 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 105 | 117 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.54 |
| HSL | 240º | 0.05% | 0.44% | - |
| HSV(B) | 240º | 0.1% | 0.46% | - |
| XYZ | 14.09 | 14.39 | 18.86 | - |
| YUV | 106.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 117 | 0.10 | 0.10 | 0 | 0.54 | 240 | 0.05 | 0.44 |
| Hex | 69 | 69 | 75 | A | A | 0 | 36 | F0 | 5 | 2C |
| Octal | 151 | 151 | 165 | 12 | 12 | 0 | 66 | 360 | 5 | 54 |
| Binary | 1101001 | 1101001 | 1110101 | 1010 | 1010 | 0 | 110110 | 11110000 | 101 | 101100 |
Color Harmonies of #696975
Complementary color
Monochromatic Colors of #696975
Black with #696975
Text Example
Text Example
White with #696975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696975; }
p { color: rgb(105,105,117); }
H1.HeaderClassName
{
color: #696975;
}
.AnyTagClassName
{
color: #696975;
}
</style>
background-color css
<style>
a { background-color: #696975; }
a { background-color: rgb(105,105,117); }
div.DivClassName
{
background-color: #696975;
}
.BgClassName
{
background-color: #696975;
}
</style>
border-color css
<style>
span { border-color: #696975; }
span { border-color: rgb(105,105,117); }
td.TdClassName
{
border-color: #696975;
}
.TagClassName
{
border-color: #696975;
}
</style>