Shades of Slate Blue #6D5ECB
Tints of Slate Blue #6D5ECB
RGB
CMYK
RGB Variations
Color information
#6D5ECB (or 0x6D5ECB) is known color: Slate Blue. HEX triplet: 6D, 5E and CB. RGB value is (109,94,203). Sum of RGB (Red+Green+Blue) = 109+94+203=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D5ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ECB is #92A134. Grayscale: #6E6E6E. Windows color (decimal): -9609525 or 13327981. OLE color: 13327981.
HSL color Cylindrical-coordinate representation of color #6D5ECB: hue angle of 248.26º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D5ECB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 94 | 203 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.20 |
| HSL | 248.26º | 0.51% | 0.58% | - |
| HSV(B) | 248.26º | 0.54% | 0.8% | - |
| XYZ | 21.09 | 15.57 | 58.39 | - |
| YUV | 110.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 203 | 0.46 | 0.54 | 0 | 0.20 | 248.26 | 0.51 | 0.58 |
| Hex | 6D | 5E | CB | 2E | 36 | 0 | 14 | F8 | 33 | 3A |
| Octal | 155 | 136 | 313 | 56 | 66 | 0 | 24 | 370 | 63 | 72 |
| Binary | 1101101 | 1011110 | 11001011 | 101110 | 110110 | 0 | 10100 | 11111000 | 110011 | 111010 |
Color Harmonies of #6D5ECB
Complementary color
Monochromatic Colors of #6D5ECB
Black with #6D5ECB
Text Example
Text Example
White with #6D5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5ECB; }
p { color: rgb(109,94,203); }
H1.HeaderClassName
{
color: #6D5ECB;
}
.AnyTagClassName
{
color: #6D5ECB;
}
</style>
background-color css
<style>
a { background-color: #6D5ECB; }
a { background-color: rgb(109,94,203); }
div.DivClassName
{
background-color: #6D5ECB;
}
.BgClassName
{
background-color: #6D5ECB;
}
</style>
border-color css
<style>
span { border-color: #6D5ECB; }
span { border-color: rgb(109,94,203); }
td.TdClassName
{
border-color: #6D5ECB;
}
.TagClassName
{
border-color: #6D5ECB;
}
</style>