Shades of Comet #656382
Tints of Comet #656382
RGB
CMYK
RGB Variations
Color information
#656382 (or 0x656382) is known color: Comet. HEX triplet: 65, 63 and 82. RGB value is (101,99,130). Sum of RGB (Red+Green+Blue) = 101+99+130=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #656382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656382 is #9A9C7D. Grayscale: #676767. Windows color (decimal): -10132606 or 8545125. OLE color: 8545125.
HSL color Cylindrical-coordinate representation of color #656382: hue angle of 243.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656382 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 99 | 130 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.49 |
| HSL | 243.87º | 0.14% | 0.45% | - |
| HSV(B) | 243.87º | 0.24% | 0.51% | - |
| XYZ | 13.86 | 13.3 | 22.96 | - |
| YUV | 103.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 130 | 0.22 | 0.24 | 0 | 0.49 | 243.87 | 0.14 | 0.45 |
| Hex | 65 | 63 | 82 | 16 | 18 | 0 | 31 | F4 | E | 2D |
| Octal | 145 | 143 | 202 | 26 | 30 | 0 | 61 | 364 | 16 | 55 |
| Binary | 1100101 | 1100011 | 10000010 | 10110 | 11000 | 0 | 110001 | 11110100 | 1110 | 101101 |
Color Harmonies of #656382
Complementary color
Monochromatic Colors of #656382
Black with #656382
Text Example
Text Example
White with #656382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656382; }
p { color: rgb(101,99,130); }
H1.HeaderClassName
{
color: #656382;
}
.AnyTagClassName
{
color: #656382;
}
</style>
background-color css
<style>
a { background-color: #656382; }
a { background-color: rgb(101,99,130); }
div.DivClassName
{
background-color: #656382;
}
.BgClassName
{
background-color: #656382;
}
</style>
border-color css
<style>
span { border-color: #656382; }
span { border-color: rgb(101,99,130); }
td.TdClassName
{
border-color: #656382;
}
.TagClassName
{
border-color: #656382;
}
</style>