Shades of Medium Slate Blue #6555EA
Tints of Medium Slate Blue #6555EA
RGB
CMYK
RGB Variations
Color information
#6555EA (or 0x6555EA) is known color: Medium Slate Blue. HEX triplet: 65, 55 and EA. RGB value is (101,85,234). Sum of RGB (Red+Green+Blue) = 101+85+234=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #6555EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6555EA is #9AAA15. Grayscale: #6A6A6A. Windows color (decimal): -10136086 or 15357285. OLE color: 15357285.
HSL color Cylindrical-coordinate representation of color #6555EA: hue angle of 246.44º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6555EA is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 85 | 234 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.08 |
| HSL | 246.44º | 0.78% | 0.63% | - |
| HSV(B) | 246.44º | 0.64% | 0.92% | - |
| XYZ | 23.47 | 15.2 | 79.54 | - |
| YUV | 106.77 | 199.8 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 234 | 0.57 | 0.64 | 0 | 0.08 | 246.44 | 0.78 | 0.63 |
| Hex | 65 | 55 | EA | 39 | 40 | 0 | 8 | F6 | 4E | 3F |
| Octal | 145 | 125 | 352 | 71 | 100 | 0 | 10 | 366 | 116 | 77 |
| Binary | 1100101 | 1010101 | 11101010 | 111001 | 1000000 | 0 | 1000 | 11110110 | 1001110 | 111111 |
Color Harmonies of #6555EA
Complementary color
Monochromatic Colors of #6555EA
Black with #6555EA
Text Example
Text Example
White with #6555EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555EA; }
p { color: rgb(101,85,234); }
H1.HeaderClassName
{
color: #6555EA;
}
.AnyTagClassName
{
color: #6555EA;
}
</style>
background-color css
<style>
a { background-color: #6555EA; }
a { background-color: rgb(101,85,234); }
div.DivClassName
{
background-color: #6555EA;
}
.BgClassName
{
background-color: #6555EA;
}
</style>
border-color css
<style>
span { border-color: #6555EA; }
span { border-color: rgb(101,85,234); }
td.TdClassName
{
border-color: #6555EA;
}
.TagClassName
{
border-color: #6555EA;
}
</style>