Shades of Comet #656882
Tints of Comet #656882
RGB
CMYK
RGB Variations
Color information
#656882 (or 0x656882) is known color: Comet. HEX triplet: 65, 68 and 82. RGB value is (101,104,130). Sum of RGB (Red+Green+Blue) = 101+104+130=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #656882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656882 is #9A977D. Grayscale: #696969. Windows color (decimal): -10131326 or 8546405. OLE color: 8546405.
HSL color Cylindrical-coordinate representation of color #656882: hue angle of 233.79º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656882 is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 104 | 130 | - |
| CMYK | 0.22 | 0.2 | 0 | 0.49 |
| HSL | 233.79º | 0.13% | 0.45% | - |
| HSV(B) | 233.79º | 0.22% | 0.51% | - |
| XYZ | 14.35 | 14.28 | 23.12 | - |
| YUV | 106.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 130 | 0.22 | 0.2 | 0 | 0.49 | 233.79 | 0.13 | 0.45 |
| Hex | 65 | 68 | 82 | 16 | 14 | 0 | 31 | EA | D | 2D |
| Octal | 145 | 150 | 202 | 26 | 24 | 0 | 61 | 352 | 15 | 55 |
| Binary | 1100101 | 1101000 | 10000010 | 10110 | 10100 | 0 | 110001 | 11101010 | 1101 | 101101 |
Color Harmonies of #656882
Complementary color
Monochromatic Colors of #656882
Black with #656882
Text Example
Text Example
White with #656882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656882; }
p { color: rgb(101,104,130); }
H1.HeaderClassName
{
color: #656882;
}
.AnyTagClassName
{
color: #656882;
}
</style>
background-color css
<style>
a { background-color: #656882; }
a { background-color: rgb(101,104,130); }
div.DivClassName
{
background-color: #656882;
}
.BgClassName
{
background-color: #656882;
}
</style>
border-color css
<style>
span { border-color: #656882; }
span { border-color: rgb(101,104,130); }
td.TdClassName
{
border-color: #656882;
}
.TagClassName
{
border-color: #656882;
}
</style>