Shades of Comet #696B7F
Tints of Comet #696B7F
RGB
CMYK
RGB Variations
Color information
#696B7F (or 0x696B7F) is known color: Comet. HEX triplet: 69, 6B and 7F. RGB value is (105,107,127). Sum of RGB (Red+Green+Blue) = 105+107+127=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #696B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B7F is #969480. Grayscale: #6C6C6C. Windows color (decimal): -9868417 or 8350569. OLE color: 8350569.
HSL color Cylindrical-coordinate representation of color #696B7F: hue angle of 234.55º 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 #696B7F is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 107 | 127 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.50 |
| HSL | 234.55º | 0.09% | 0.45% | - |
| HSV(B) | 234.55º | 0.17% | 0.5% | - |
| XYZ | 14.91 | 15.05 | 22.2 | - |
| YUV | 108.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 127 | 0.17 | 0.16 | 0 | 0.50 | 234.55 | 0.09 | 0.45 |
| Hex | 69 | 6B | 7F | 11 | 10 | 0 | 32 | EB | 9 | 2D |
| Octal | 151 | 153 | 177 | 21 | 20 | 0 | 62 | 353 | 11 | 55 |
| Binary | 1101001 | 1101011 | 1111111 | 10001 | 10000 | 0 | 110010 | 11101011 | 1001 | 101101 |
Color Harmonies of #696B7F
Complementary color
Monochromatic Colors of #696B7F
Black with #696B7F
Text Example
Text Example
White with #696B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B7F; }
p { color: rgb(105,107,127); }
H1.HeaderClassName
{
color: #696B7F;
}
.AnyTagClassName
{
color: #696B7F;
}
</style>
background-color css
<style>
a { background-color: #696B7F; }
a { background-color: rgb(105,107,127); }
div.DivClassName
{
background-color: #696B7F;
}
.BgClassName
{
background-color: #696B7F;
}
</style>
border-color css
<style>
span { border-color: #696B7F; }
span { border-color: rgb(105,107,127); }
td.TdClassName
{
border-color: #696B7F;
}
.TagClassName
{
border-color: #696B7F;
}
</style>