Shades of Slate Blue #6D3EDF
Tints of Slate Blue #6D3EDF
RGB
CMYK
RGB Variations
Color information
#6D3EDF (or 0x6D3EDF) is known color: Slate Blue. HEX triplet: 6D, 3E and DF. RGB value is (109,62,223). Sum of RGB (Red+Green+Blue) = 109+62+223=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D3EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3EDF is #92C120. Grayscale: #5D5D5D. Windows color (decimal): -9617697 or 14630509. OLE color: 14630509.
HSL color Cylindrical-coordinate representation of color #6D3EDF: hue angle of 257.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3EDF is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 62 | 223 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.13 |
| HSL | 257.52º | 0.72% | 0.56% | - |
| HSV(B) | 257.52º | 0.72% | 0.87% | - |
| XYZ | 21.35 | 12.02 | 71.01 | - |
| YUV | 94.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 223 | 0.51 | 0.72 | 0 | 0.13 | 257.52 | 0.72 | 0.56 |
| Hex | 6D | 3E | DF | 33 | 48 | 0 | D | 102 | 48 | 38 |
| Octal | 155 | 76 | 337 | 63 | 110 | 0 | 15 | 402 | 110 | 70 |
| Binary | 1101101 | 111110 | 11011111 | 110011 | 1001000 | 0 | 1101 | 100000010 | 1001000 | 111000 |
Color Harmonies of #6D3EDF
Complementary color
Monochromatic Colors of #6D3EDF
Black with #6D3EDF
Text Example
Text Example
White with #6D3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EDF; }
p { color: rgb(109,62,223); }
H1.HeaderClassName
{
color: #6D3EDF;
}
.AnyTagClassName
{
color: #6D3EDF;
}
</style>
background-color css
<style>
a { background-color: #6D3EDF; }
a { background-color: rgb(109,62,223); }
div.DivClassName
{
background-color: #6D3EDF;
}
.BgClassName
{
background-color: #6D3EDF;
}
</style>
border-color css
<style>
span { border-color: #6D3EDF; }
span { border-color: rgb(109,62,223); }
td.TdClassName
{
border-color: #6D3EDF;
}
.TagClassName
{
border-color: #6D3EDF;
}
</style>