Shades of Comet #656784
Tints of Comet #656784
RGB
CMYK
RGB Variations
Color information
#656784 (or 0x656784) is known color: Comet. HEX triplet: 65, 67 and 84. RGB value is (101,103,132). Sum of RGB (Red+Green+Blue) = 101+103+132=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #656784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656784 is #9A987B. Grayscale: #696969. Windows color (decimal): -10131580 or 8677221. OLE color: 8677221.
HSL color Cylindrical-coordinate representation of color #656784: hue angle of 236.13º 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 #656784 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 103 | 132 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.48 |
| HSL | 236.13º | 0.13% | 0.46% | - |
| HSV(B) | 236.13º | 0.23% | 0.52% | - |
| XYZ | 14.38 | 14.13 | 23.8 | - |
| YUV | 105.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 132 | 0.23 | 0.22 | 0 | 0.48 | 236.13 | 0.13 | 0.46 |
| Hex | 65 | 67 | 84 | 17 | 16 | 0 | 30 | EC | D | 2E |
| Octal | 145 | 147 | 204 | 27 | 26 | 0 | 60 | 354 | 15 | 56 |
| Binary | 1100101 | 1100111 | 10000100 | 10111 | 10110 | 0 | 110000 | 11101100 | 1101 | 101110 |
Color Harmonies of #656784
Complementary color
Monochromatic Colors of #656784
Black with #656784
Text Example
Text Example
White with #656784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656784; }
p { color: rgb(101,103,132); }
H1.HeaderClassName
{
color: #656784;
}
.AnyTagClassName
{
color: #656784;
}
</style>
background-color css
<style>
a { background-color: #656784; }
a { background-color: rgb(101,103,132); }
div.DivClassName
{
background-color: #656784;
}
.BgClassName
{
background-color: #656784;
}
</style>
border-color css
<style>
span { border-color: #656784; }
span { border-color: rgb(101,103,132); }
td.TdClassName
{
border-color: #656784;
}
.TagClassName
{
border-color: #656784;
}
</style>