Shades of Comet #696C78
Tints of Comet #696C78
RGB
CMYK
RGB Variations
Color information
#696C78 (or 0x696C78) is known color: Comet. HEX triplet: 69, 6C and 78. RGB value is (105,108,120). Sum of RGB (Red+Green+Blue) = 105+108+120=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #696C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C78 is #969387. Grayscale: #6C6C6C. Windows color (decimal): -9868168 or 7892073. OLE color: 7892073.
HSL color Cylindrical-coordinate representation of color #696C78: hue angle of 228º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696C78 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 108 | 120 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.53 |
| HSL | 228º | 0.07% | 0.44% | - |
| HSV(B) | 228º | 0.13% | 0.47% | - |
| XYZ | 14.58 | 15.08 | 19.91 | - |
| YUV | 108.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 120 | 0.13 | 0.10 | 0 | 0.53 | 228 | 0.07 | 0.44 |
| Hex | 69 | 6C | 78 | D | A | 0 | 35 | E4 | 7 | 2C |
| Octal | 151 | 154 | 170 | 15 | 12 | 0 | 65 | 344 | 7 | 54 |
| Binary | 1101001 | 1101100 | 1111000 | 1101 | 1010 | 0 | 110101 | 11100100 | 111 | 101100 |
Color Harmonies of #696C78
Complementary color
Monochromatic Colors of #696C78
Black with #696C78
Text Example
Text Example
White with #696C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C78; }
p { color: rgb(105,108,120); }
H1.HeaderClassName
{
color: #696C78;
}
.AnyTagClassName
{
color: #696C78;
}
</style>
background-color css
<style>
a { background-color: #696C78; }
a { background-color: rgb(105,108,120); }
div.DivClassName
{
background-color: #696C78;
}
.BgClassName
{
background-color: #696C78;
}
</style>
border-color css
<style>
span { border-color: #696C78; }
span { border-color: rgb(105,108,120); }
td.TdClassName
{
border-color: #696C78;
}
.TagClassName
{
border-color: #696C78;
}
</style>