Shades of Medium Slate Blue #6572E9
Tints of Medium Slate Blue #6572E9
RGB
CMYK
RGB Variations
Color information
#6572E9 (or 0x6572E9) is known color: Medium Slate Blue. HEX triplet: 65, 72 and E9. RGB value is (101,114,233). Sum of RGB (Red+Green+Blue) = 101+114+233=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #6572E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6572E9 is #9A8D16. Grayscale: #7B7B7B. Windows color (decimal): -10128663 or 15299173. OLE color: 15299173.
HSL color Cylindrical-coordinate representation of color #6572E9: hue angle of 234.09º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6572E9 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 114 | 233 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.09 |
| HSL | 234.09º | 0.75% | 0.65% | - |
| HSV(B) | 234.09º | 0.57% | 0.91% | - |
| XYZ | 26.09 | 20.68 | 79.71 | - |
| YUV | 123.68 | 189.69 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 233 | 0.57 | 0.51 | 0 | 0.09 | 234.09 | 0.75 | 0.65 |
| Hex | 65 | 72 | E9 | 39 | 33 | 0 | 9 | EA | 4B | 41 |
| Octal | 145 | 162 | 351 | 71 | 63 | 0 | 11 | 352 | 113 | 101 |
| Binary | 1100101 | 1110010 | 11101001 | 111001 | 110011 | 0 | 1001 | 11101010 | 1001011 | 1000001 |
Color Harmonies of #6572E9
Complementary color
Monochromatic Colors of #6572E9
Black with #6572E9
Text Example
Text Example
White with #6572E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6572E9; }
p { color: rgb(101,114,233); }
H1.HeaderClassName
{
color: #6572E9;
}
.AnyTagClassName
{
color: #6572E9;
}
</style>
background-color css
<style>
a { background-color: #6572E9; }
a { background-color: rgb(101,114,233); }
div.DivClassName
{
background-color: #6572E9;
}
.BgClassName
{
background-color: #6572E9;
}
</style>
border-color css
<style>
span { border-color: #6572E9; }
span { border-color: rgb(101,114,233); }
td.TdClassName
{
border-color: #6572E9;
}
.TagClassName
{
border-color: #6572E9;
}
</style>