Shades of Medium Slate Blue #6D7ADE
Tints of Medium Slate Blue #6D7ADE
RGB
CMYK
RGB Variations
Color information
#6D7ADE (or 0x6D7ADE) is known color: Medium Slate Blue. HEX triplet: 6D, 7A and DE. RGB value is (109,122,222). Sum of RGB (Red+Green+Blue) = 109+122+222=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D7ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7ADE is #928521. Grayscale: #818181. Windows color (decimal): -9602338 or 14580333. OLE color: 14580333.
HSL color Cylindrical-coordinate representation of color #6D7ADE: hue angle of 233.1º degrees, saturation: 0.63, 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 #6D7ADE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 122 | 222 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.13 |
| HSL | 233.1º | 0.63% | 0.65% | - |
| HSV(B) | 233.1º | 0.51% | 0.87% | - |
| XYZ | 26.45 | 22.44 | 72.05 | - |
| YUV | 129.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 222 | 0.51 | 0.45 | 0 | 0.13 | 233.1 | 0.63 | 0.65 |
| Hex | 6D | 7A | DE | 33 | 2D | 0 | D | E9 | 3F | 41 |
| Octal | 155 | 172 | 336 | 63 | 55 | 0 | 15 | 351 | 77 | 101 |
| Binary | 1101101 | 1111010 | 11011110 | 110011 | 101101 | 0 | 1101 | 11101001 | 111111 | 1000001 |
Color Harmonies of #6D7ADE
Complementary color
Monochromatic Colors of #6D7ADE
Black with #6D7ADE
Text Example
Text Example
White with #6D7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7ADE; }
p { color: rgb(109,122,222); }
H1.HeaderClassName
{
color: #6D7ADE;
}
.AnyTagClassName
{
color: #6D7ADE;
}
</style>
background-color css
<style>
a { background-color: #6D7ADE; }
a { background-color: rgb(109,122,222); }
div.DivClassName
{
background-color: #6D7ADE;
}
.BgClassName
{
background-color: #6D7ADE;
}
</style>
border-color css
<style>
span { border-color: #6D7ADE; }
span { border-color: rgb(109,122,222); }
td.TdClassName
{
border-color: #6D7ADE;
}
.TagClassName
{
border-color: #6D7ADE;
}
</style>