Shades of Medium Slate Blue #6D7ADD
Tints of Medium Slate Blue #6D7ADD
RGB
CMYK
RGB Variations
Color information
#6D7ADD (or 0x6D7ADD) is known color: Medium Slate Blue. HEX triplet: 6D, 7A and DD. RGB value is (109,122,221). Sum of RGB (Red+Green+Blue) = 109+122+221=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D7ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ADD is #928522. Grayscale: #808080. Windows color (decimal): -9602339 or 14514797. OLE color: 14514797.
HSL color Cylindrical-coordinate representation of color #6D7ADD: hue angle of 233.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D7ADD is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 122 | 221 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.13 |
| HSL | 233.04º | 0.62% | 0.65% | - |
| HSV(B) | 233.04º | 0.51% | 0.87% | - |
| XYZ | 26.32 | 22.39 | 71.34 | - |
| YUV | 129.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 221 | 0.51 | 0.45 | 0 | 0.13 | 233.04 | 0.62 | 0.65 |
| Hex | 6D | 7A | DD | 33 | 2D | 0 | D | E9 | 3E | 41 |
| Octal | 155 | 172 | 335 | 63 | 55 | 0 | 15 | 351 | 76 | 101 |
| Binary | 1101101 | 1111010 | 11011101 | 110011 | 101101 | 0 | 1101 | 11101001 | 111110 | 1000001 |
Color Harmonies of #6D7ADD
Complementary color
Monochromatic Colors of #6D7ADD
Black with #6D7ADD
Text Example
Text Example
White with #6D7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7ADD; }
p { color: rgb(109,122,221); }
H1.HeaderClassName
{
color: #6D7ADD;
}
.AnyTagClassName
{
color: #6D7ADD;
}
</style>
background-color css
<style>
a { background-color: #6D7ADD; }
a { background-color: rgb(109,122,221); }
div.DivClassName
{
background-color: #6D7ADD;
}
.BgClassName
{
background-color: #6D7ADD;
}
</style>
border-color css
<style>
span { border-color: #6D7ADD; }
span { border-color: rgb(109,122,221); }
td.TdClassName
{
border-color: #6D7ADD;
}
.TagClassName
{
border-color: #6D7ADD;
}
</style>