Shades of Medium Slate Blue #6C68EE
Tints of Medium Slate Blue #6C68EE
RGB
CMYK
RGB Variations
Color information
#6C68EE (or 0x6C68EE) is known color: Medium Slate Blue. HEX triplet: 6C, 68 and EE. RGB value is (108,104,238). Sum of RGB (Red+Green+Blue) = 108+104+238=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C68EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C68EE is #939711. Grayscale: #777777. Windows color (decimal): -9672466 or 15624300. OLE color: 15624300.
HSL color Cylindrical-coordinate representation of color #6C68EE: hue angle of 241.79º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C68EE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 104 | 238 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.07 |
| HSL | 241.79º | 0.8% | 0.67% | - |
| HSV(B) | 241.79º | 0.56% | 0.93% | - |
| XYZ | 26.57 | 19.26 | 83.21 | - |
| YUV | 120.47 | 194.33 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 238 | 0.55 | 0.56 | 0 | 0.07 | 241.79 | 0.8 | 0.67 |
| Hex | 6C | 68 | EE | 37 | 38 | 0 | 7 | F2 | 50 | 43 |
| Octal | 154 | 150 | 356 | 67 | 70 | 0 | 7 | 362 | 120 | 103 |
| Binary | 1101100 | 1101000 | 11101110 | 110111 | 111000 | 0 | 111 | 11110010 | 1010000 | 1000011 |
Color Harmonies of #6C68EE
Complementary color
Monochromatic Colors of #6C68EE
Black with #6C68EE
Text Example
Text Example
White with #6C68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C68EE; }
p { color: rgb(108,104,238); }
H1.HeaderClassName
{
color: #6C68EE;
}
.AnyTagClassName
{
color: #6C68EE;
}
</style>
background-color css
<style>
a { background-color: #6C68EE; }
a { background-color: rgb(108,104,238); }
div.DivClassName
{
background-color: #6C68EE;
}
.BgClassName
{
background-color: #6C68EE;
}
</style>
border-color css
<style>
span { border-color: #6C68EE; }
span { border-color: rgb(108,104,238); }
td.TdClassName
{
border-color: #6C68EE;
}
.TagClassName
{
border-color: #6C68EE;
}
</style>