Shades of Comet #656976
Tints of Comet #656976
RGB
CMYK
RGB Variations
Color information
#656976 (or 0x656976) is known color: Comet. HEX triplet: 65, 69 and 76. RGB value is (101,105,118). Sum of RGB (Red+Green+Blue) = 101+105+118=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: blue. Hex color #656976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656976 is #9A9689. Grayscale: #696969. Windows color (decimal): -10131082 or 7760229. OLE color: 7760229.
HSL color Cylindrical-coordinate representation of color #656976: hue angle of 225.88º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656976 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 105 | 118 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.54 |
| HSL | 225.88º | 0.08% | 0.43% | - |
| HSV(B) | 225.88º | 0.14% | 0.46% | - |
| XYZ | 13.69 | 14.18 | 19.15 | - |
| YUV | 105.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 118 | 0.14 | 0.11 | 0 | 0.54 | 225.88 | 0.08 | 0.43 |
| Hex | 65 | 69 | 76 | E | B | 0 | 36 | E2 | 8 | 2B |
| Octal | 145 | 151 | 166 | 16 | 13 | 0 | 66 | 342 | 10 | 53 |
| Binary | 1100101 | 1101001 | 1110110 | 1110 | 1011 | 0 | 110110 | 11100010 | 1000 | 101011 |
Color Harmonies of #656976
Complementary color
Monochromatic Colors of #656976
Black with #656976
Text Example
Text Example
White with #656976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656976; }
p { color: rgb(101,105,118); }
H1.HeaderClassName
{
color: #656976;
}
.AnyTagClassName
{
color: #656976;
}
</style>
background-color css
<style>
a { background-color: #656976; }
a { background-color: rgb(101,105,118); }
div.DivClassName
{
background-color: #656976;
}
.BgClassName
{
background-color: #656976;
}
</style>
border-color css
<style>
span { border-color: #656976; }
span { border-color: rgb(101,105,118); }
td.TdClassName
{
border-color: #656976;
}
.TagClassName
{
border-color: #656976;
}
</style>