Shades of Comet #656484
Tints of Comet #656484
RGB
CMYK
RGB Variations
Color information
#656484 (or 0x656484) is known color: Comet. HEX triplet: 65, 64 and 84. RGB value is (101,100,132). Sum of RGB (Red+Green+Blue) = 101+100+132=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #656484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656484 is #9A9B7B. Grayscale: #676767. Windows color (decimal): -10132348 or 8676453. OLE color: 8676453.
HSL color Cylindrical-coordinate representation of color #656484: hue angle of 241.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656484 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 100 | 132 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.48 |
| HSL | 241.88º | 0.14% | 0.45% | - |
| HSV(B) | 241.88º | 0.24% | 0.52% | - |
| XYZ | 14.09 | 13.55 | 23.7 | - |
| YUV | 103.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 132 | 0.23 | 0.24 | 0 | 0.48 | 241.88 | 0.14 | 0.45 |
| Hex | 65 | 64 | 84 | 17 | 18 | 0 | 30 | F2 | E | 2D |
| Octal | 145 | 144 | 204 | 27 | 30 | 0 | 60 | 362 | 16 | 55 |
| Binary | 1100101 | 1100100 | 10000100 | 10111 | 11000 | 0 | 110000 | 11110010 | 1110 | 101101 |
Color Harmonies of #656484
Complementary color
Monochromatic Colors of #656484
Black with #656484
Text Example
Text Example
White with #656484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656484; }
p { color: rgb(101,100,132); }
H1.HeaderClassName
{
color: #656484;
}
.AnyTagClassName
{
color: #656484;
}
</style>
background-color css
<style>
a { background-color: #656484; }
a { background-color: rgb(101,100,132); }
div.DivClassName
{
background-color: #656484;
}
.BgClassName
{
background-color: #656484;
}
</style>
border-color css
<style>
span { border-color: #656484; }
span { border-color: rgb(101,100,132); }
td.TdClassName
{
border-color: #656484;
}
.TagClassName
{
border-color: #656484;
}
</style>