Shades of Medium Slate Blue #6D6FEA
Tints of Medium Slate Blue #6D6FEA
RGB
CMYK
RGB Variations
Color information
#6D6FEA (or 0x6D6FEA) is known color: Medium Slate Blue. HEX triplet: 6D, 6F and EA. RGB value is (109,111,234). Sum of RGB (Red+Green+Blue) = 109+111+234=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D6FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FEA is #929015. Grayscale: #7B7B7B. Windows color (decimal): -9605142 or 15363949. OLE color: 15363949.
HSL color Cylindrical-coordinate representation of color #6D6FEA: hue angle of 239.04º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D6FEA is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 111 | 234 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.08 |
| HSL | 239.04º | 0.75% | 0.67% | - |
| HSV(B) | 239.04º | 0.53% | 0.92% | - |
| XYZ | 26.84 | 20.56 | 80.4 | - |
| YUV | 124.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 234 | 0.53 | 0.53 | 0 | 0.08 | 239.04 | 0.75 | 0.67 |
| Hex | 6D | 6F | EA | 35 | 35 | 0 | 8 | EF | 4B | 43 |
| Octal | 155 | 157 | 352 | 65 | 65 | 0 | 10 | 357 | 113 | 103 |
| Binary | 1101101 | 1101111 | 11101010 | 110101 | 110101 | 0 | 1000 | 11101111 | 1001011 | 1000011 |
Color Harmonies of #6D6FEA
Complementary color
Monochromatic Colors of #6D6FEA
Black with #6D6FEA
Text Example
Text Example
White with #6D6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FEA; }
p { color: rgb(109,111,234); }
H1.HeaderClassName
{
color: #6D6FEA;
}
.AnyTagClassName
{
color: #6D6FEA;
}
</style>
background-color css
<style>
a { background-color: #6D6FEA; }
a { background-color: rgb(109,111,234); }
div.DivClassName
{
background-color: #6D6FEA;
}
.BgClassName
{
background-color: #6D6FEA;
}
</style>
border-color css
<style>
span { border-color: #6D6FEA; }
span { border-color: rgb(109,111,234); }
td.TdClassName
{
border-color: #6D6FEA;
}
.TagClassName
{
border-color: #6D6FEA;
}
</style>