Shades of Medium Slate Blue #6574ED
Tints of Medium Slate Blue #6574ED
RGB
CMYK
RGB Variations
Color information
#6574ED (or 0x6574ED) is known color: Medium Slate Blue. HEX triplet: 65, 74 and ED. RGB value is (101,116,237). Sum of RGB (Red+Green+Blue) = 101+116+237=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #6574ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574ED is #9A8B12. Grayscale: #7C7C7C. Windows color (decimal): -10128147 or 15561829. OLE color: 15561829.
HSL color Cylindrical-coordinate representation of color #6574ED: hue angle of 233.38º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6574ED is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 116 | 237 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.07 |
| HSL | 233.38º | 0.79% | 0.66% | - |
| HSV(B) | 233.38º | 0.57% | 0.93% | - |
| XYZ | 26.9 | 21.37 | 82.83 | - |
| YUV | 125.31 | 191.03 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 237 | 0.57 | 0.51 | 0 | 0.07 | 233.38 | 0.79 | 0.66 |
| Hex | 65 | 74 | ED | 39 | 33 | 0 | 7 | E9 | 4F | 42 |
| Octal | 145 | 164 | 355 | 71 | 63 | 0 | 7 | 351 | 117 | 102 |
| Binary | 1100101 | 1110100 | 11101101 | 111001 | 110011 | 0 | 111 | 11101001 | 1001111 | 1000010 |
Color Harmonies of #6574ED
Complementary color
Monochromatic Colors of #6574ED
Black with #6574ED
Text Example
Text Example
White with #6574ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574ED; }
p { color: rgb(101,116,237); }
H1.HeaderClassName
{
color: #6574ED;
}
.AnyTagClassName
{
color: #6574ED;
}
</style>
background-color css
<style>
a { background-color: #6574ED; }
a { background-color: rgb(101,116,237); }
div.DivClassName
{
background-color: #6574ED;
}
.BgClassName
{
background-color: #6574ED;
}
</style>
border-color css
<style>
span { border-color: #6574ED; }
span { border-color: rgb(101,116,237); }
td.TdClassName
{
border-color: #6574ED;
}
.TagClassName
{
border-color: #6574ED;
}
</style>