Shades of Comet #656384
Tints of Comet #656384
RGB
CMYK
RGB Variations
Color information
#656384 (or 0x656384) is known color: Comet. HEX triplet: 65, 63 and 84. RGB value is (101,99,132). Sum of RGB (Red+Green+Blue) = 101+99+132=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #656384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656384 is #9A9C7B. Grayscale: #676767. Windows color (decimal): -10132604 or 8676197. OLE color: 8676197.
HSL color Cylindrical-coordinate representation of color #656384: hue angle of 243.64º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #656384 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 99 | 132 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.48 |
| HSL | 243.64º | 0.14% | 0.45% | - |
| HSV(B) | 243.64º | 0.25% | 0.52% | - |
| XYZ | 13.99 | 13.36 | 23.67 | - |
| YUV | 103.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 132 | 0.23 | 0.25 | 0 | 0.48 | 243.64 | 0.14 | 0.45 |
| Hex | 65 | 63 | 84 | 17 | 19 | 0 | 30 | F4 | E | 2D |
| Octal | 145 | 143 | 204 | 27 | 31 | 0 | 60 | 364 | 16 | 55 |
| Binary | 1100101 | 1100011 | 10000100 | 10111 | 11001 | 0 | 110000 | 11110100 | 1110 | 101101 |
Color Harmonies of #656384
Complementary color
Monochromatic Colors of #656384
Black with #656384
Text Example
Text Example
White with #656384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656384; }
p { color: rgb(101,99,132); }
H1.HeaderClassName
{
color: #656384;
}
.AnyTagClassName
{
color: #656384;
}
</style>
background-color css
<style>
a { background-color: #656384; }
a { background-color: rgb(101,99,132); }
div.DivClassName
{
background-color: #656384;
}
.BgClassName
{
background-color: #656384;
}
</style>
border-color css
<style>
span { border-color: #656384; }
span { border-color: rgb(101,99,132); }
td.TdClassName
{
border-color: #656384;
}
.TagClassName
{
border-color: #656384;
}
</style>