Shades of Medium Slate Blue #6865EC
Tints of Medium Slate Blue #6865EC
RGB
CMYK
RGB Variations
Color information
#6865EC (or 0x6865EC) is known color: Medium Slate Blue. HEX triplet: 68, 65 and EC. RGB value is (104,101,236). Sum of RGB (Red+Green+Blue) = 104+101+236=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #6865EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6865EC is #979A13. Grayscale: #747474. Windows color (decimal): -9935380 or 15492456. OLE color: 15492456.
HSL color Cylindrical-coordinate representation of color #6865EC: hue angle of 241.33º degrees, saturation: 0.78, 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 #6865EC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 101 | 236 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.07 |
| HSL | 241.33º | 0.78% | 0.66% | - |
| HSV(B) | 241.33º | 0.57% | 0.93% | - |
| XYZ | 25.5 | 18.31 | 81.55 | - |
| YUV | 117.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 236 | 0.56 | 0.57 | 0 | 0.07 | 241.33 | 0.78 | 0.66 |
| Hex | 68 | 65 | EC | 38 | 39 | 0 | 7 | F1 | 4E | 42 |
| Octal | 150 | 145 | 354 | 70 | 71 | 0 | 7 | 361 | 116 | 102 |
| Binary | 1101000 | 1100101 | 11101100 | 111000 | 111001 | 0 | 111 | 11110001 | 1001110 | 1000010 |
Color Harmonies of #6865EC
Complementary color
Monochromatic Colors of #6865EC
Black with #6865EC
Text Example
Text Example
White with #6865EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865EC; }
p { color: rgb(104,101,236); }
H1.HeaderClassName
{
color: #6865EC;
}
.AnyTagClassName
{
color: #6865EC;
}
</style>
background-color css
<style>
a { background-color: #6865EC; }
a { background-color: rgb(104,101,236); }
div.DivClassName
{
background-color: #6865EC;
}
.BgClassName
{
background-color: #6865EC;
}
</style>
border-color css
<style>
span { border-color: #6865EC; }
span { border-color: rgb(104,101,236); }
td.TdClassName
{
border-color: #6865EC;
}
.TagClassName
{
border-color: #6865EC;
}
</style>