Shades of Comet #656980
Tints of Comet #656980
RGB
CMYK
RGB Variations
Color information
#656980 (or 0x656980) is known color: Comet. HEX triplet: 65, 69 and 80. RGB value is (101,105,128). Sum of RGB (Red+Green+Blue) = 101+105+128=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #656980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656980 is #9A967F. Grayscale: #6A6A6A. Windows color (decimal): -10131072 or 8415589. OLE color: 8415589.
HSL color Cylindrical-coordinate representation of color #656980: hue angle of 231.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #656980 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 105 | 128 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.50 |
| HSL | 231.11º | 0.12% | 0.45% | - |
| HSV(B) | 231.11º | 0.21% | 0.5% | - |
| XYZ | 14.31 | 14.43 | 22.45 | - |
| YUV | 106.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 128 | 0.21 | 0.18 | 0 | 0.50 | 231.11 | 0.12 | 0.45 |
| Hex | 65 | 69 | 80 | 15 | 12 | 0 | 32 | E7 | C | 2D |
| Octal | 145 | 151 | 200 | 25 | 22 | 0 | 62 | 347 | 14 | 55 |
| Binary | 1100101 | 1101001 | 10000000 | 10101 | 10010 | 0 | 110010 | 11100111 | 1100 | 101101 |
Color Harmonies of #656980
Complementary color
Monochromatic Colors of #656980
Black with #656980
Text Example
Text Example
White with #656980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656980; }
p { color: rgb(101,105,128); }
H1.HeaderClassName
{
color: #656980;
}
.AnyTagClassName
{
color: #656980;
}
</style>
background-color css
<style>
a { background-color: #656980; }
a { background-color: rgb(101,105,128); }
div.DivClassName
{
background-color: #656980;
}
.BgClassName
{
background-color: #656980;
}
</style>
border-color css
<style>
span { border-color: #656980; }
span { border-color: rgb(101,105,128); }
td.TdClassName
{
border-color: #656980;
}
.TagClassName
{
border-color: #656980;
}
</style>