Shades of Medium Slate Blue #6864EC
Tints of Medium Slate Blue #6864EC
RGB
CMYK
RGB Variations
Color information
#6864EC (or 0x6864EC) is known color: Medium Slate Blue. HEX triplet: 68, 64 and EC. RGB value is (104,100,236). Sum of RGB (Red+Green+Blue) = 104+100+236=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #6864EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6864EC is #979B13. Grayscale: #747474. Windows color (decimal): -9935636 or 15492200. OLE color: 15492200.
HSL color Cylindrical-coordinate representation of color #6864EC: hue angle of 241.76º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6864EC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 100 | 236 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.07 |
| HSL | 241.76º | 0.78% | 0.66% | - |
| HSV(B) | 241.76º | 0.58% | 0.93% | - |
| XYZ | 25.41 | 18.11 | 81.51 | - |
| YUV | 116.7 | 195.33 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 236 | 0.56 | 0.58 | 0 | 0.07 | 241.76 | 0.78 | 0.66 |
| Hex | 68 | 64 | EC | 38 | 3A | 0 | 7 | F2 | 4E | 42 |
| Octal | 150 | 144 | 354 | 70 | 72 | 0 | 7 | 362 | 116 | 102 |
| Binary | 1101000 | 1100100 | 11101100 | 111000 | 111010 | 0 | 111 | 11110010 | 1001110 | 1000010 |
Color Harmonies of #6864EC
Complementary color
Monochromatic Colors of #6864EC
Black with #6864EC
Text Example
Text Example
White with #6864EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864EC; }
p { color: rgb(104,100,236); }
H1.HeaderClassName
{
color: #6864EC;
}
.AnyTagClassName
{
color: #6864EC;
}
</style>
background-color css
<style>
a { background-color: #6864EC; }
a { background-color: rgb(104,100,236); }
div.DivClassName
{
background-color: #6864EC;
}
.BgClassName
{
background-color: #6864EC;
}
</style>
border-color css
<style>
span { border-color: #6864EC; }
span { border-color: rgb(104,100,236); }
td.TdClassName
{
border-color: #6864EC;
}
.TagClassName
{
border-color: #6864EC;
}
</style>