Shades of Comet #696C7F
Tints of Comet #696C7F
RGB
CMYK
RGB Variations
Color information
#696C7F (or 0x696C7F) is known color: Comet. HEX triplet: 69, 6C and 7F. RGB value is (105,108,127). Sum of RGB (Red+Green+Blue) = 105+108+127=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #696C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C7F is #969380. Grayscale: #6D6D6D. Windows color (decimal): -9868161 or 8350825. OLE color: 8350825.
HSL color Cylindrical-coordinate representation of color #696C7F: hue angle of 231.82º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696C7F is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 108 | 127 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.50 |
| HSL | 231.82º | 0.09% | 0.45% | - |
| HSV(B) | 231.82º | 0.17% | 0.5% | - |
| XYZ | 15.02 | 15.26 | 22.23 | - |
| YUV | 109.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 127 | 0.17 | 0.15 | 0 | 0.50 | 231.82 | 0.09 | 0.45 |
| Hex | 69 | 6C | 7F | 11 | F | 0 | 32 | E8 | 9 | 2D |
| Octal | 151 | 154 | 177 | 21 | 17 | 0 | 62 | 350 | 11 | 55 |
| Binary | 1101001 | 1101100 | 1111111 | 10001 | 1111 | 0 | 110010 | 11101000 | 1001 | 101101 |
Color Harmonies of #696C7F
Complementary color
Monochromatic Colors of #696C7F
Black with #696C7F
Text Example
Text Example
White with #696C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C7F; }
p { color: rgb(105,108,127); }
H1.HeaderClassName
{
color: #696C7F;
}
.AnyTagClassName
{
color: #696C7F;
}
</style>
background-color css
<style>
a { background-color: #696C7F; }
a { background-color: rgb(105,108,127); }
div.DivClassName
{
background-color: #696C7F;
}
.BgClassName
{
background-color: #696C7F;
}
</style>
border-color css
<style>
span { border-color: #696C7F; }
span { border-color: rgb(105,108,127); }
td.TdClassName
{
border-color: #696C7F;
}
.TagClassName
{
border-color: #696C7F;
}
</style>