Shades of Comet #656483
Tints of Comet #656483
RGB
CMYK
RGB Variations
Color information
#656483 (or 0x656483) is known color: Comet. HEX triplet: 65, 64 and 83. RGB value is (101,100,131). Sum of RGB (Red+Green+Blue) = 101+100+131=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #656483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656483 is #9A9B7C. Grayscale: #676767. Windows color (decimal): -10132349 or 8610917. OLE color: 8610917.
HSL color Cylindrical-coordinate representation of color #656483: hue angle of 241.94º degrees, saturation: 0.13, 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 #656483 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 100 | 131 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.49 |
| HSL | 241.94º | 0.13% | 0.45% | - |
| HSV(B) | 241.94º | 0.24% | 0.51% | - |
| XYZ | 14.02 | 13.52 | 23.34 | - |
| YUV | 103.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 131 | 0.23 | 0.24 | 0 | 0.49 | 241.94 | 0.13 | 0.45 |
| Hex | 65 | 64 | 83 | 17 | 18 | 0 | 31 | F2 | D | 2D |
| Octal | 145 | 144 | 203 | 27 | 30 | 0 | 61 | 362 | 15 | 55 |
| Binary | 1100101 | 1100100 | 10000011 | 10111 | 11000 | 0 | 110001 | 11110010 | 1101 | 101101 |
Color Harmonies of #656483
Complementary color
Monochromatic Colors of #656483
Black with #656483
Text Example
Text Example
White with #656483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656483; }
p { color: rgb(101,100,131); }
H1.HeaderClassName
{
color: #656483;
}
.AnyTagClassName
{
color: #656483;
}
</style>
background-color css
<style>
a { background-color: #656483; }
a { background-color: rgb(101,100,131); }
div.DivClassName
{
background-color: #656483;
}
.BgClassName
{
background-color: #656483;
}
</style>
border-color css
<style>
span { border-color: #656483; }
span { border-color: rgb(101,100,131); }
td.TdClassName
{
border-color: #656483;
}
.TagClassName
{
border-color: #656483;
}
</style>