Shades of Slate Blue #6D3EE0
Tints of Slate Blue #6D3EE0
RGB
CMYK
RGB Variations
Color information
#6D3EE0 (or 0x6D3EE0) is known color: Slate Blue. HEX triplet: 6D, 3E and E0. RGB value is (109,62,224). Sum of RGB (Red+Green+Blue) = 109+62+224=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D3EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EE0 is #92C11F. Grayscale: #5D5D5D. Windows color (decimal): -9617696 or 14696045. OLE color: 14696045.
HSL color Cylindrical-coordinate representation of color #6D3EE0: hue angle of 257.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3EE0 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 62 | 224 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.12 |
| HSL | 257.41º | 0.72% | 0.56% | - |
| HSV(B) | 257.41º | 0.72% | 0.88% | - |
| XYZ | 21.48 | 12.08 | 71.72 | - |
| YUV | 94.52 | 201.07 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 224 | 0.51 | 0.72 | 0 | 0.12 | 257.41 | 0.72 | 0.56 |
| Hex | 6D | 3E | E0 | 33 | 48 | 0 | C | 101 | 48 | 38 |
| Octal | 155 | 76 | 340 | 63 | 110 | 0 | 14 | 401 | 110 | 70 |
| Binary | 1101101 | 111110 | 11100000 | 110011 | 1001000 | 0 | 1100 | 100000001 | 1001000 | 111000 |
Color Harmonies of #6D3EE0
Complementary color
Monochromatic Colors of #6D3EE0
Black with #6D3EE0
Text Example
Text Example
White with #6D3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EE0; }
p { color: rgb(109,62,224); }
H1.HeaderClassName
{
color: #6D3EE0;
}
.AnyTagClassName
{
color: #6D3EE0;
}
</style>
background-color css
<style>
a { background-color: #6D3EE0; }
a { background-color: rgb(109,62,224); }
div.DivClassName
{
background-color: #6D3EE0;
}
.BgClassName
{
background-color: #6D3EE0;
}
</style>
border-color css
<style>
span { border-color: #6D3EE0; }
span { border-color: rgb(109,62,224); }
td.TdClassName
{
border-color: #6D3EE0;
}
.TagClassName
{
border-color: #6D3EE0;
}
</style>