Shades of Comet #656979
Tints of Comet #656979
RGB
CMYK
RGB Variations
Color information
#656979 (or 0x656979) is known color: Comet. HEX triplet: 65, 69 and 79. RGB value is (101,105,121). Sum of RGB (Red+Green+Blue) = 101+105+121=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #656979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656979 is #9A9686. Grayscale: #696969. Windows color (decimal): -10131079 or 7956837. OLE color: 7956837.
HSL color Cylindrical-coordinate representation of color #656979: hue angle of 228º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #656979 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 105 | 121 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.53 |
| HSL | 228º | 0.09% | 0.44% | - |
| HSV(B) | 228º | 0.17% | 0.47% | - |
| XYZ | 13.87 | 14.25 | 20.11 | - |
| YUV | 105.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 121 | 0.17 | 0.13 | 0 | 0.53 | 228 | 0.09 | 0.44 |
| Hex | 65 | 69 | 79 | 11 | D | 0 | 35 | E4 | 9 | 2C |
| Octal | 145 | 151 | 171 | 21 | 15 | 0 | 65 | 344 | 11 | 54 |
| Binary | 1100101 | 1101001 | 1111001 | 10001 | 1101 | 0 | 110101 | 11100100 | 1001 | 101100 |
Color Harmonies of #656979
Complementary color
Monochromatic Colors of #656979
Black with #656979
Text Example
Text Example
White with #656979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656979; }
p { color: rgb(101,105,121); }
H1.HeaderClassName
{
color: #656979;
}
.AnyTagClassName
{
color: #656979;
}
</style>
background-color css
<style>
a { background-color: #656979; }
a { background-color: rgb(101,105,121); }
div.DivClassName
{
background-color: #656979;
}
.BgClassName
{
background-color: #656979;
}
</style>
border-color css
<style>
span { border-color: #656979; }
span { border-color: rgb(101,105,121); }
td.TdClassName
{
border-color: #656979;
}
.TagClassName
{
border-color: #656979;
}
</style>