Shades of Slate Blue #6D4BDD
Tints of Slate Blue #6D4BDD
RGB
CMYK
RGB Variations
Color information
#6D4BDD (or 0x6D4BDD) is known color: Slate Blue. HEX triplet: 6D, 4B and DD. RGB value is (109,75,221). Sum of RGB (Red+Green+Blue) = 109+75+221=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D4BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BDD is #92B422. Grayscale: #656565. Windows color (decimal): -9614371 or 14502765. OLE color: 14502765.
HSL color Cylindrical-coordinate representation of color #6D4BDD: hue angle of 253.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4BDD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 75 | 221 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.13 |
| HSL | 253.97º | 0.68% | 0.58% | - |
| HSV(B) | 253.97º | 0.66% | 0.87% | - |
| XYZ | 21.87 | 13.5 | 69.86 | - |
| YUV | 101.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 221 | 0.51 | 0.66 | 0 | 0.13 | 253.97 | 0.68 | 0.58 |
| Hex | 6D | 4B | DD | 33 | 42 | 0 | D | FE | 44 | 3A |
| Octal | 155 | 113 | 335 | 63 | 102 | 0 | 15 | 376 | 104 | 72 |
| Binary | 1101101 | 1001011 | 11011101 | 110011 | 1000010 | 0 | 1101 | 11111110 | 1000100 | 111010 |
Color Harmonies of #6D4BDD
Complementary color
Monochromatic Colors of #6D4BDD
Black with #6D4BDD
Text Example
Text Example
White with #6D4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BDD; }
p { color: rgb(109,75,221); }
H1.HeaderClassName
{
color: #6D4BDD;
}
.AnyTagClassName
{
color: #6D4BDD;
}
</style>
background-color css
<style>
a { background-color: #6D4BDD; }
a { background-color: rgb(109,75,221); }
div.DivClassName
{
background-color: #6D4BDD;
}
.BgClassName
{
background-color: #6D4BDD;
}
</style>
border-color css
<style>
span { border-color: #6D4BDD; }
span { border-color: rgb(109,75,221); }
td.TdClassName
{
border-color: #6D4BDD;
}
.TagClassName
{
border-color: #6D4BDD;
}
</style>