Shades of Medium Slate Blue #6750EF
Tints of Medium Slate Blue #6750EF
RGB
CMYK
RGB Variations
Color information
#6750EF (or 0x6750EF) is known color: Medium Slate Blue. HEX triplet: 67, 50 and EF. RGB value is (103,80,239). Sum of RGB (Red+Green+Blue) = 103+80+239=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #6750EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6750EF is #98AF10. Grayscale: #686868. Windows color (decimal): -10006289 or 15683687. OLE color: 15683687.
HSL color Cylindrical-coordinate representation of color #6750EF: hue angle of 248.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6750EF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 80 | 239 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.06 |
| HSL | 248.68º | 0.83% | 0.63% | - |
| HSV(B) | 248.68º | 0.67% | 0.94% | - |
| XYZ | 24.04 | 14.85 | 83.26 | - |
| YUV | 105 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 239 | 0.57 | 0.67 | 0 | 0.06 | 248.68 | 0.83 | 0.63 |
| Hex | 67 | 50 | EF | 39 | 43 | 0 | 6 | F9 | 53 | 3F |
| Octal | 147 | 120 | 357 | 71 | 103 | 0 | 6 | 371 | 123 | 77 |
| Binary | 1100111 | 1010000 | 11101111 | 111001 | 1000011 | 0 | 110 | 11111001 | 1010011 | 111111 |
Color Harmonies of #6750EF
Complementary color
Monochromatic Colors of #6750EF
Black with #6750EF
Text Example
Text Example
White with #6750EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750EF; }
p { color: rgb(103,80,239); }
H1.HeaderClassName
{
color: #6750EF;
}
.AnyTagClassName
{
color: #6750EF;
}
</style>
background-color css
<style>
a { background-color: #6750EF; }
a { background-color: rgb(103,80,239); }
div.DivClassName
{
background-color: #6750EF;
}
.BgClassName
{
background-color: #6750EF;
}
</style>
border-color css
<style>
span { border-color: #6750EF; }
span { border-color: rgb(103,80,239); }
td.TdClassName
{
border-color: #6750EF;
}
.TagClassName
{
border-color: #6750EF;
}
</style>