Shades of Comet #696A76
Tints of Comet #696A76
RGB
CMYK
RGB Variations
Color information
#696A76 (or 0x696A76) is known color: Comet. HEX triplet: 69, 6A and 76. RGB value is (105,106,118). Sum of RGB (Red+Green+Blue) = 105+106+118=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #696A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A76 is #969589. Grayscale: #6B6B6B. Windows color (decimal): -9868682 or 7760489. OLE color: 7760489.
HSL color Cylindrical-coordinate representation of color #696A76: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696A76 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 106 | 118 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.54 |
| HSL | 235.38º | 0.06% | 0.44% | - |
| HSV(B) | 235.38º | 0.11% | 0.46% | - |
| XYZ | 14.25 | 14.62 | 19.21 | - |
| YUV | 107.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 118 | 0.11 | 0.10 | 0 | 0.54 | 235.38 | 0.06 | 0.44 |
| Hex | 69 | 6A | 76 | B | A | 0 | 36 | EB | 6 | 2C |
| Octal | 151 | 152 | 166 | 13 | 12 | 0 | 66 | 353 | 6 | 54 |
| Binary | 1101001 | 1101010 | 1110110 | 1011 | 1010 | 0 | 110110 | 11101011 | 110 | 101100 |
Color Harmonies of #696A76
Complementary color
Monochromatic Colors of #696A76
Black with #696A76
Text Example
Text Example
White with #696A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A76; }
p { color: rgb(105,106,118); }
H1.HeaderClassName
{
color: #696A76;
}
.AnyTagClassName
{
color: #696A76;
}
</style>
background-color css
<style>
a { background-color: #696A76; }
a { background-color: rgb(105,106,118); }
div.DivClassName
{
background-color: #696A76;
}
.BgClassName
{
background-color: #696A76;
}
</style>
border-color css
<style>
span { border-color: #696A76; }
span { border-color: rgb(105,106,118); }
td.TdClassName
{
border-color: #696A76;
}
.TagClassName
{
border-color: #696A76;
}
</style>