Shades of Medium Slate Blue #6867EE
Tints of Medium Slate Blue #6867EE
RGB
CMYK
RGB Variations
Color information
#6867EE (or 0x6867EE) is known color: Medium Slate Blue. HEX triplet: 68, 67 and EE. RGB value is (104,103,238). Sum of RGB (Red+Green+Blue) = 104+103+238=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #6867EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6867EE is #979811. Grayscale: #767676. Windows color (decimal): -9934866 or 15624040. OLE color: 15624040.
HSL color Cylindrical-coordinate representation of color #6867EE: hue angle of 240.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6867EE is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 103 | 238 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.07 |
| HSL | 240.44º | 0.8% | 0.67% | - |
| HSV(B) | 240.44º | 0.57% | 0.93% | - |
| XYZ | 25.99 | 18.82 | 83.15 | - |
| YUV | 118.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 238 | 0.56 | 0.57 | 0 | 0.07 | 240.44 | 0.8 | 0.67 |
| Hex | 68 | 67 | EE | 38 | 39 | 0 | 7 | F0 | 50 | 43 |
| Octal | 150 | 147 | 356 | 70 | 71 | 0 | 7 | 360 | 120 | 103 |
| Binary | 1101000 | 1100111 | 11101110 | 111000 | 111001 | 0 | 111 | 11110000 | 1010000 | 1000011 |
Color Harmonies of #6867EE
Complementary color
Monochromatic Colors of #6867EE
Black with #6867EE
Text Example
Text Example
White with #6867EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867EE; }
p { color: rgb(104,103,238); }
H1.HeaderClassName
{
color: #6867EE;
}
.AnyTagClassName
{
color: #6867EE;
}
</style>
background-color css
<style>
a { background-color: #6867EE; }
a { background-color: rgb(104,103,238); }
div.DivClassName
{
background-color: #6867EE;
}
.BgClassName
{
background-color: #6867EE;
}
</style>
border-color css
<style>
span { border-color: #6867EE; }
span { border-color: rgb(104,103,238); }
td.TdClassName
{
border-color: #6867EE;
}
.TagClassName
{
border-color: #6867EE;
}
</style>