Shades of Comet #656984
Tints of Comet #656984
RGB
CMYK
RGB Variations
Color information
#656984 (or 0x656984) is known color: Comet. HEX triplet: 65, 69 and 84. RGB value is (101,105,132). Sum of RGB (Red+Green+Blue) = 101+105+132=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #656984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656984 is #9A967B. Grayscale: #6A6A6A. Windows color (decimal): -10131068 or 8677733. OLE color: 8677733.
HSL color Cylindrical-coordinate representation of color #656984: hue angle of 232.26º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #656984 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 105 | 132 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.48 |
| HSL | 232.26º | 0.13% | 0.46% | - |
| HSV(B) | 232.26º | 0.23% | 0.52% | - |
| XYZ | 14.58 | 14.54 | 23.87 | - |
| YUV | 106.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 132 | 0.23 | 0.20 | 0 | 0.48 | 232.26 | 0.13 | 0.46 |
| Hex | 65 | 69 | 84 | 17 | 14 | 0 | 30 | E8 | D | 2E |
| Octal | 145 | 151 | 204 | 27 | 24 | 0 | 60 | 350 | 15 | 56 |
| Binary | 1100101 | 1101001 | 10000100 | 10111 | 10100 | 0 | 110000 | 11101000 | 1101 | 101110 |
Color Harmonies of #656984
Complementary color
Monochromatic Colors of #656984
Black with #656984
Text Example
Text Example
White with #656984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656984; }
p { color: rgb(101,105,132); }
H1.HeaderClassName
{
color: #656984;
}
.AnyTagClassName
{
color: #656984;
}
</style>
background-color css
<style>
a { background-color: #656984; }
a { background-color: rgb(101,105,132); }
div.DivClassName
{
background-color: #656984;
}
.BgClassName
{
background-color: #656984;
}
</style>
border-color css
<style>
span { border-color: #656984; }
span { border-color: rgb(101,105,132); }
td.TdClassName
{
border-color: #656984;
}
.TagClassName
{
border-color: #656984;
}
</style>