Shades of Comet #696A74
Tints of Comet #696A74
RGB
CMYK
RGB Variations
Color information
#696A74 (or 0x696A74) is known color: Comet. HEX triplet: 69, 6A and 74. RGB value is (105,106,116). Sum of RGB (Red+Green+Blue) = 105+106+116=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 116 - color contains mainly: blue. Hex color #696A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A74 is #96958B. Grayscale: #6A6A6A. Windows color (decimal): -9868684 or 7629417. OLE color: 7629417.
HSL color Cylindrical-coordinate representation of color #696A74: hue angle of 234.55º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696A74 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 106 | 116 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.55 |
| HSL | 234.55º | 0.05% | 0.43% | - |
| HSV(B) | 234.55º | 0.09% | 0.45% | - |
| XYZ | 14.13 | 14.57 | 18.59 | - |
| YUV | 106.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 116 | 0.09 | 0.09 | 0 | 0.55 | 234.55 | 0.05 | 0.43 |
| Hex | 69 | 6A | 74 | 9 | 9 | 0 | 37 | EB | 5 | 2B |
| Octal | 151 | 152 | 164 | 11 | 11 | 0 | 67 | 353 | 5 | 53 |
| Binary | 1101001 | 1101010 | 1110100 | 1001 | 1001 | 0 | 110111 | 11101011 | 101 | 101011 |
Color Harmonies of #696A74
Complementary color
Monochromatic Colors of #696A74
Black with #696A74
Text Example
Text Example
White with #696A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A74; }
p { color: rgb(105,106,116); }
H1.HeaderClassName
{
color: #696A74;
}
.AnyTagClassName
{
color: #696A74;
}
</style>
background-color css
<style>
a { background-color: #696A74; }
a { background-color: rgb(105,106,116); }
div.DivClassName
{
background-color: #696A74;
}
.BgClassName
{
background-color: #696A74;
}
</style>
border-color css
<style>
span { border-color: #696A74; }
span { border-color: rgb(105,106,116); }
td.TdClassName
{
border-color: #696A74;
}
.TagClassName
{
border-color: #696A74;
}
</style>