Shades of Medium Slate Blue #6575EB
Tints of Medium Slate Blue #6575EB
RGB
CMYK
RGB Variations
Color information
#6575EB (or 0x6575EB) is known color: Medium Slate Blue. HEX triplet: 65, 75 and EB. RGB value is (101,117,235). Sum of RGB (Red+Green+Blue) = 101+117+235=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #6575EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6575EB is #9A8A14. Grayscale: #7D7D7D. Windows color (decimal): -10127893 or 15431013. OLE color: 15431013.
HSL color Cylindrical-coordinate representation of color #6575EB: hue angle of 232.84º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6575EB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 117 | 235 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.08 |
| HSL | 232.84º | 0.77% | 0.66% | - |
| HSV(B) | 232.84º | 0.57% | 0.92% | - |
| XYZ | 26.72 | 21.49 | 81.34 | - |
| YUV | 125.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 235 | 0.57 | 0.50 | 0 | 0.08 | 232.84 | 0.77 | 0.66 |
| Hex | 65 | 75 | EB | 39 | 32 | 0 | 8 | E9 | 4D | 42 |
| Octal | 145 | 165 | 353 | 71 | 62 | 0 | 10 | 351 | 115 | 102 |
| Binary | 1100101 | 1110101 | 11101011 | 111001 | 110010 | 0 | 1000 | 11101001 | 1001101 | 1000010 |
Color Harmonies of #6575EB
Complementary color
Monochromatic Colors of #6575EB
Black with #6575EB
Text Example
Text Example
White with #6575EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6575EB; }
p { color: rgb(101,117,235); }
H1.HeaderClassName
{
color: #6575EB;
}
.AnyTagClassName
{
color: #6575EB;
}
</style>
background-color css
<style>
a { background-color: #6575EB; }
a { background-color: rgb(101,117,235); }
div.DivClassName
{
background-color: #6575EB;
}
.BgClassName
{
background-color: #6575EB;
}
</style>
border-color css
<style>
span { border-color: #6575EB; }
span { border-color: rgb(101,117,235); }
td.TdClassName
{
border-color: #6575EB;
}
.TagClassName
{
border-color: #6575EB;
}
</style>