Shades of Comet #696A75
Tints of Comet #696A75
RGB
CMYK
RGB Variations
Color information
#696A75 (or 0x696A75) is known color: Comet. HEX triplet: 69, 6A and 75. RGB value is (105,106,117). Sum of RGB (Red+Green+Blue) = 105+106+117=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #696A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A75 is #96958A. Grayscale: #6A6A6A. Windows color (decimal): -9868683 or 7694953. OLE color: 7694953.
HSL color Cylindrical-coordinate representation of color #696A75: hue angle of 235º 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 #696A75 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 106 | 117 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.54 |
| HSL | 235º | 0.05% | 0.44% | - |
| HSV(B) | 235º | 0.1% | 0.46% | - |
| XYZ | 14.19 | 14.6 | 18.9 | - |
| YUV | 106.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 117 | 0.10 | 0.09 | 0 | 0.54 | 235 | 0.05 | 0.44 |
| Hex | 69 | 6A | 75 | A | 9 | 0 | 36 | EB | 5 | 2C |
| Octal | 151 | 152 | 165 | 12 | 11 | 0 | 66 | 353 | 5 | 54 |
| Binary | 1101001 | 1101010 | 1110101 | 1010 | 1001 | 0 | 110110 | 11101011 | 101 | 101100 |
Color Harmonies of #696A75
Complementary color
Monochromatic Colors of #696A75
Black with #696A75
Text Example
Text Example
White with #696A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A75; }
p { color: rgb(105,106,117); }
H1.HeaderClassName
{
color: #696A75;
}
.AnyTagClassName
{
color: #696A75;
}
</style>
background-color css
<style>
a { background-color: #696A75; }
a { background-color: rgb(105,106,117); }
div.DivClassName
{
background-color: #696A75;
}
.BgClassName
{
background-color: #696A75;
}
</style>
border-color css
<style>
span { border-color: #696A75; }
span { border-color: rgb(105,106,117); }
td.TdClassName
{
border-color: #696A75;
}
.TagClassName
{
border-color: #696A75;
}
</style>