Shades of Slate Blue #6D6AD1
Tints of Slate Blue #6D6AD1
RGB
CMYK
RGB Variations
Color information
#6D6AD1 (or 0x6D6AD1) is known color: Slate Blue. HEX triplet: 6D, 6A and D1. RGB value is (109,106,209). Sum of RGB (Red+Green+Blue) = 109+106+209=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D6AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6AD1 is #92952E. Grayscale: #767676. Windows color (decimal): -9606447 or 13724269. OLE color: 13724269.
HSL color Cylindrical-coordinate representation of color #6D6AD1: hue angle of 241.75º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D6AD1 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 106 | 209 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.18 |
| HSL | 241.75º | 0.53% | 0.62% | - |
| HSV(B) | 241.75º | 0.49% | 0.82% | - |
| XYZ | 22.97 | 18.16 | 62.62 | - |
| YUV | 118.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 209 | 0.48 | 0.49 | 0 | 0.18 | 241.75 | 0.53 | 0.62 |
| Hex | 6D | 6A | D1 | 30 | 31 | 0 | 12 | F2 | 35 | 3E |
| Octal | 155 | 152 | 321 | 60 | 61 | 0 | 22 | 362 | 65 | 76 |
| Binary | 1101101 | 1101010 | 11010001 | 110000 | 110001 | 0 | 10010 | 11110010 | 110101 | 111110 |
Color Harmonies of #6D6AD1
Complementary color
Monochromatic Colors of #6D6AD1
Black with #6D6AD1
Text Example
Text Example
White with #6D6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6AD1; }
p { color: rgb(109,106,209); }
H1.HeaderClassName
{
color: #6D6AD1;
}
.AnyTagClassName
{
color: #6D6AD1;
}
</style>
background-color css
<style>
a { background-color: #6D6AD1; }
a { background-color: rgb(109,106,209); }
div.DivClassName
{
background-color: #6D6AD1;
}
.BgClassName
{
background-color: #6D6AD1;
}
</style>
border-color css
<style>
span { border-color: #6D6AD1; }
span { border-color: rgb(109,106,209); }
td.TdClassName
{
border-color: #6D6AD1;
}
.TagClassName
{
border-color: #6D6AD1;
}
</style>