Shades of Medium Slate Blue #6B6EDF
Tints of Medium Slate Blue #6B6EDF
RGB
CMYK
RGB Variations
Color information
#6B6EDF (or 0x6B6EDF) is known color: Medium Slate Blue. HEX triplet: 6B, 6E and DF. RGB value is (107,110,223). Sum of RGB (Red+Green+Blue) = 107+110+223=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B6EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6EDF is #949120. Grayscale: #797979. Windows color (decimal): -9736481 or 14642795. OLE color: 14642795.
HSL color Cylindrical-coordinate representation of color #6B6EDF: hue angle of 238.45º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B6EDF is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 110 | 223 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.13 |
| HSL | 238.45º | 0.64% | 0.65% | - |
| HSV(B) | 238.45º | 0.52% | 0.87% | - |
| XYZ | 24.96 | 19.61 | 72.28 | - |
| YUV | 121.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 223 | 0.52 | 0.51 | 0 | 0.13 | 238.45 | 0.64 | 0.65 |
| Hex | 6B | 6E | DF | 34 | 33 | 0 | D | EE | 40 | 41 |
| Octal | 153 | 156 | 337 | 64 | 63 | 0 | 15 | 356 | 100 | 101 |
| Binary | 1101011 | 1101110 | 11011111 | 110100 | 110011 | 0 | 1101 | 11101110 | 1000000 | 1000001 |
Color Harmonies of #6B6EDF
Complementary color
Monochromatic Colors of #6B6EDF
Black with #6B6EDF
Text Example
Text Example
White with #6B6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6EDF; }
p { color: rgb(107,110,223); }
H1.HeaderClassName
{
color: #6B6EDF;
}
.AnyTagClassName
{
color: #6B6EDF;
}
</style>
background-color css
<style>
a { background-color: #6B6EDF; }
a { background-color: rgb(107,110,223); }
div.DivClassName
{
background-color: #6B6EDF;
}
.BgClassName
{
background-color: #6B6EDF;
}
</style>
border-color css
<style>
span { border-color: #6B6EDF; }
span { border-color: rgb(107,110,223); }
td.TdClassName
{
border-color: #6B6EDF;
}
.TagClassName
{
border-color: #6B6EDF;
}
</style>