Shades of Comet #656485
Tints of Comet #656485
RGB
CMYK
RGB Variations
Color information
#656485 (or 0x656485) is known color: Comet. HEX triplet: 65, 64 and 85. RGB value is (101,100,133). Sum of RGB (Red+Green+Blue) = 101+100+133=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #656485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656485 is #9A9B7A. Grayscale: #676767. Windows color (decimal): -10132347 or 8741989. OLE color: 8741989.
HSL color Cylindrical-coordinate representation of color #656485: hue angle of 241.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656485 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 100 | 133 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.48 |
| HSL | 241.82º | 0.14% | 0.46% | - |
| HSV(B) | 241.82º | 0.25% | 0.52% | - |
| XYZ | 14.16 | 13.57 | 24.06 | - |
| YUV | 104.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 133 | 0.24 | 0.25 | 0 | 0.48 | 241.82 | 0.14 | 0.46 |
| Hex | 65 | 64 | 85 | 18 | 19 | 0 | 30 | F2 | E | 2E |
| Octal | 145 | 144 | 205 | 30 | 31 | 0 | 60 | 362 | 16 | 56 |
| Binary | 1100101 | 1100100 | 10000101 | 11000 | 11001 | 0 | 110000 | 11110010 | 1110 | 101110 |
Color Harmonies of #656485
Complementary color
Monochromatic Colors of #656485
Black with #656485
Text Example
Text Example
White with #656485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656485; }
p { color: rgb(101,100,133); }
H1.HeaderClassName
{
color: #656485;
}
.AnyTagClassName
{
color: #656485;
}
</style>
background-color css
<style>
a { background-color: #656485; }
a { background-color: rgb(101,100,133); }
div.DivClassName
{
background-color: #656485;
}
.BgClassName
{
background-color: #656485;
}
</style>
border-color css
<style>
span { border-color: #656485; }
span { border-color: rgb(101,100,133); }
td.TdClassName
{
border-color: #656485;
}
.TagClassName
{
border-color: #656485;
}
</style>