Shades of Comet #696877
Tints of Comet #696877
RGB
CMYK
RGB Variations
Color information
#696877 (or 0x696877) is known color: Comet. HEX triplet: 69, 68 and 77. RGB value is (105,104,119). Sum of RGB (Red+Green+Blue) = 105+104+119=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #696877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696877 is #969788. Grayscale: #696969. Windows color (decimal): -9869193 or 7825513. OLE color: 7825513.
HSL color Cylindrical-coordinate representation of color #696877: hue angle of 244º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #696877 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 104 | 119 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.53 |
| HSL | 244º | 0.07% | 0.44% | - |
| HSV(B) | 244º | 0.13% | 0.47% | - |
| XYZ | 14.11 | 14.24 | 19.46 | - |
| YUV | 106.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 119 | 0.12 | 0.13 | 0 | 0.53 | 244 | 0.07 | 0.44 |
| Hex | 69 | 68 | 77 | C | D | 0 | 35 | F4 | 7 | 2C |
| Octal | 151 | 150 | 167 | 14 | 15 | 0 | 65 | 364 | 7 | 54 |
| Binary | 1101001 | 1101000 | 1110111 | 1100 | 1101 | 0 | 110101 | 11110100 | 111 | 101100 |
Color Harmonies of #696877
Complementary color
Monochromatic Colors of #696877
Black with #696877
Text Example
Text Example
White with #696877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696877; }
p { color: rgb(105,104,119); }
H1.HeaderClassName
{
color: #696877;
}
.AnyTagClassName
{
color: #696877;
}
</style>
background-color css
<style>
a { background-color: #696877; }
a { background-color: rgb(105,104,119); }
div.DivClassName
{
background-color: #696877;
}
.BgClassName
{
background-color: #696877;
}
</style>
border-color css
<style>
span { border-color: #696877; }
span { border-color: rgb(105,104,119); }
td.TdClassName
{
border-color: #696877;
}
.TagClassName
{
border-color: #696877;
}
</style>