Shades of Medium Slate Blue #6574EF
Tints of Medium Slate Blue #6574EF
RGB
CMYK
RGB Variations
Color information
#6574EF (or 0x6574EF) is known color: Medium Slate Blue. HEX triplet: 65, 74 and EF. RGB value is (101,116,239). Sum of RGB (Red+Green+Blue) = 101+116+239=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #6574EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6574EF is #9A8B10. Grayscale: #7D7D7D. Windows color (decimal): -10128145 or 15692901. OLE color: 15692901.
HSL color Cylindrical-coordinate representation of color #6574EF: hue angle of 233.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6574EF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 116 | 239 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.06 |
| HSL | 233.48º | 0.81% | 0.67% | - |
| HSV(B) | 233.48º | 0.58% | 0.94% | - |
| XYZ | 27.19 | 21.49 | 84.38 | - |
| YUV | 125.54 | 192.03 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 239 | 0.58 | 0.51 | 0 | 0.06 | 233.48 | 0.81 | 0.67 |
| Hex | 65 | 74 | EF | 3A | 33 | 0 | 6 | E9 | 51 | 43 |
| Octal | 145 | 164 | 357 | 72 | 63 | 0 | 6 | 351 | 121 | 103 |
| Binary | 1100101 | 1110100 | 11101111 | 111010 | 110011 | 0 | 110 | 11101001 | 1010001 | 1000011 |
Color Harmonies of #6574EF
Complementary color
Monochromatic Colors of #6574EF
Black with #6574EF
Text Example
Text Example
White with #6574EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574EF; }
p { color: rgb(101,116,239); }
H1.HeaderClassName
{
color: #6574EF;
}
.AnyTagClassName
{
color: #6574EF;
}
</style>
background-color css
<style>
a { background-color: #6574EF; }
a { background-color: rgb(101,116,239); }
div.DivClassName
{
background-color: #6574EF;
}
.BgClassName
{
background-color: #6574EF;
}
</style>
border-color css
<style>
span { border-color: #6574EF; }
span { border-color: rgb(101,116,239); }
td.TdClassName
{
border-color: #6574EF;
}
.TagClassName
{
border-color: #6574EF;
}
</style>