Shades of Medium Slate Blue #6555EF
Tints of Medium Slate Blue #6555EF
RGB
CMYK
RGB Variations
Color information
#6555EF (or 0x6555EF) is known color: Medium Slate Blue. HEX triplet: 65, 55 and EF. RGB value is (101,85,239). Sum of RGB (Red+Green+Blue) = 101+85+239=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #6555EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6555EF is #9AAA10. Grayscale: #6A6A6A. Windows color (decimal): -10136081 or 15684965. OLE color: 15684965.
HSL color Cylindrical-coordinate representation of color #6555EF: hue angle of 246.23º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6555EF is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 85 | 239 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.06 |
| HSL | 246.23º | 0.83% | 0.64% | - |
| HSV(B) | 246.23º | 0.64% | 0.94% | - |
| XYZ | 24.2 | 15.5 | 83.38 | - |
| YUV | 107.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 239 | 0.58 | 0.64 | 0 | 0.06 | 246.23 | 0.83 | 0.64 |
| Hex | 65 | 55 | EF | 3A | 40 | 0 | 6 | F6 | 53 | 40 |
| Octal | 145 | 125 | 357 | 72 | 100 | 0 | 6 | 366 | 123 | 100 |
| Binary | 1100101 | 1010101 | 11101111 | 111010 | 1000000 | 0 | 110 | 11110110 | 1010011 | 1000000 |
Color Harmonies of #6555EF
Complementary color
Monochromatic Colors of #6555EF
Black with #6555EF
Text Example
Text Example
White with #6555EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6555EF; }
p { color: rgb(101,85,239); }
H1.HeaderClassName
{
color: #6555EF;
}
.AnyTagClassName
{
color: #6555EF;
}
</style>
background-color css
<style>
a { background-color: #6555EF; }
a { background-color: rgb(101,85,239); }
div.DivClassName
{
background-color: #6555EF;
}
.BgClassName
{
background-color: #6555EF;
}
</style>
border-color css
<style>
span { border-color: #6555EF; }
span { border-color: rgb(101,85,239); }
td.TdClassName
{
border-color: #6555EF;
}
.TagClassName
{
border-color: #6555EF;
}
</style>