Shades of Medium Slate Blue #6551ED
Tints of Medium Slate Blue #6551ED
RGB
CMYK
RGB Variations
Color information
#6551ED (or 0x6551ED) is known color: Medium Slate Blue. HEX triplet: 65, 51 and ED. RGB value is (101,81,237). Sum of RGB (Red+Green+Blue) = 101+81+237=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #6551ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6551ED is #9AAE12. Grayscale: #686868. Windows color (decimal): -10137107 or 15552869. OLE color: 15552869.
HSL color Cylindrical-coordinate representation of color #6551ED: hue angle of 247.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6551ED is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 81 | 237 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.07 |
| HSL | 247.69º | 0.81% | 0.62% | - |
| HSV(B) | 247.69º | 0.66% | 0.93% | - |
| XYZ | 23.6 | 14.77 | 81.73 | - |
| YUV | 104.76 | 202.63 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 237 | 0.57 | 0.66 | 0 | 0.07 | 247.69 | 0.81 | 0.62 |
| Hex | 65 | 51 | ED | 39 | 42 | 0 | 7 | F8 | 51 | 3E |
| Octal | 145 | 121 | 355 | 71 | 102 | 0 | 7 | 370 | 121 | 76 |
| Binary | 1100101 | 1010001 | 11101101 | 111001 | 1000010 | 0 | 111 | 11111000 | 1010001 | 111110 |
Color Harmonies of #6551ED
Complementary color
Monochromatic Colors of #6551ED
Black with #6551ED
Text Example
Text Example
White with #6551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6551ED; }
p { color: rgb(101,81,237); }
H1.HeaderClassName
{
color: #6551ED;
}
.AnyTagClassName
{
color: #6551ED;
}
</style>
background-color css
<style>
a { background-color: #6551ED; }
a { background-color: rgb(101,81,237); }
div.DivClassName
{
background-color: #6551ED;
}
.BgClassName
{
background-color: #6551ED;
}
</style>
border-color css
<style>
span { border-color: #6551ED; }
span { border-color: rgb(101,81,237); }
td.TdClassName
{
border-color: #6551ED;
}
.TagClassName
{
border-color: #6551ED;
}
</style>