Shades of Slate Blue #6D4ADE
Tints of Slate Blue #6D4ADE
RGB
CMYK
RGB Variations
Color information
#6D4ADE (or 0x6D4ADE) is known color: Slate Blue. HEX triplet: 6D, 4A and DE. RGB value is (109,74,222). Sum of RGB (Red+Green+Blue) = 109+74+222=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ADE is #92B521. Grayscale: #646464. Windows color (decimal): -9614626 or 14568045. OLE color: 14568045.
HSL color Cylindrical-coordinate representation of color #6D4ADE: hue angle of 254.19º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D4ADE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 74 | 222 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.13 |
| HSL | 254.19º | 0.69% | 0.58% | - |
| HSV(B) | 254.19º | 0.67% | 0.87% | - |
| XYZ | 21.94 | 13.42 | 70.54 | - |
| YUV | 101.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 222 | 0.51 | 0.67 | 0 | 0.13 | 254.19 | 0.69 | 0.58 |
| Hex | 6D | 4A | DE | 33 | 43 | 0 | D | FE | 45 | 3A |
| Octal | 155 | 112 | 336 | 63 | 103 | 0 | 15 | 376 | 105 | 72 |
| Binary | 1101101 | 1001010 | 11011110 | 110011 | 1000011 | 0 | 1101 | 11111110 | 1000101 | 111010 |
Color Harmonies of #6D4ADE
Complementary color
Monochromatic Colors of #6D4ADE
Black with #6D4ADE
Text Example
Text Example
White with #6D4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ADE; }
p { color: rgb(109,74,222); }
H1.HeaderClassName
{
color: #6D4ADE;
}
.AnyTagClassName
{
color: #6D4ADE;
}
</style>
background-color css
<style>
a { background-color: #6D4ADE; }
a { background-color: rgb(109,74,222); }
div.DivClassName
{
background-color: #6D4ADE;
}
.BgClassName
{
background-color: #6D4ADE;
}
</style>
border-color css
<style>
span { border-color: #6D4ADE; }
span { border-color: rgb(109,74,222); }
td.TdClassName
{
border-color: #6D4ADE;
}
.TagClassName
{
border-color: #6D4ADE;
}
</style>