Shades of Medium Slate Blue #6D7AEF
Tints of Medium Slate Blue #6D7AEF
RGB
CMYK
RGB Variations
Color information
#6D7AEF (or 0x6D7AEF) is known color: Medium Slate Blue. HEX triplet: 6D, 7A and EF. RGB value is (109,122,239). Sum of RGB (Red+Green+Blue) = 109+122+239=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D7AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7AEF is #928510. Grayscale: #828282. Windows color (decimal): -9602321 or 15694445. OLE color: 15694445.
HSL color Cylindrical-coordinate representation of color #6D7AEF: hue angle of 234º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D7AEF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 122 | 239 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.06 |
| HSL | 234º | 0.8% | 0.68% | - |
| HSV(B) | 234º | 0.54% | 0.94% | - |
| XYZ | 28.85 | 23.4 | 84.66 | - |
| YUV | 131.45 | 188.69 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 239 | 0.54 | 0.49 | 0 | 0.06 | 234 | 0.8 | 0.68 |
| Hex | 6D | 7A | EF | 36 | 31 | 0 | 6 | EA | 50 | 44 |
| Octal | 155 | 172 | 357 | 66 | 61 | 0 | 6 | 352 | 120 | 104 |
| Binary | 1101101 | 1111010 | 11101111 | 110110 | 110001 | 0 | 110 | 11101010 | 1010000 | 1000100 |
Color Harmonies of #6D7AEF
Complementary color
Monochromatic Colors of #6D7AEF
Black with #6D7AEF
Text Example
Text Example
White with #6D7AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7AEF; }
p { color: rgb(109,122,239); }
H1.HeaderClassName
{
color: #6D7AEF;
}
.AnyTagClassName
{
color: #6D7AEF;
}
</style>
background-color css
<style>
a { background-color: #6D7AEF; }
a { background-color: rgb(109,122,239); }
div.DivClassName
{
background-color: #6D7AEF;
}
.BgClassName
{
background-color: #6D7AEF;
}
</style>
border-color css
<style>
span { border-color: #6D7AEF; }
span { border-color: rgb(109,122,239); }
td.TdClassName
{
border-color: #6D7AEF;
}
.TagClassName
{
border-color: #6D7AEF;
}
</style>