Shades of Slate Blue #6A3EDF
Tints of Slate Blue #6A3EDF
RGB
CMYK
RGB Variations
Color information
#6A3EDF (or 0x6A3EDF) is known color: Slate Blue. HEX triplet: 6A, 3E and DF. RGB value is (106,62,223). Sum of RGB (Red+Green+Blue) = 106+62+223=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A3EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EDF is #95C120. Grayscale: #5C5C5C. Windows color (decimal): -9814305 or 14630506. OLE color: 14630506.
HSL color Cylindrical-coordinate representation of color #6A3EDF: hue angle of 256.4º 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 #6A3EDF is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 62 | 223 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.13 |
| HSL | 256.4º | 0.72% | 0.56% | - |
| HSV(B) | 256.4º | 0.72% | 0.87% | - |
| XYZ | 20.99 | 11.84 | 70.99 | - |
| YUV | 93.51 | 201.08 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 223 | 0.52 | 0.72 | 0 | 0.13 | 256.4 | 0.72 | 0.56 |
| Hex | 6A | 3E | DF | 34 | 48 | 0 | D | 100 | 48 | 38 |
| Octal | 152 | 76 | 337 | 64 | 110 | 0 | 15 | 400 | 110 | 70 |
| Binary | 1101010 | 111110 | 11011111 | 110100 | 1001000 | 0 | 1101 | 100000000 | 1001000 | 111000 |
Color Harmonies of #6A3EDF
Complementary color
Monochromatic Colors of #6A3EDF
Black with #6A3EDF
Text Example
Text Example
White with #6A3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3EDF; }
p { color: rgb(106,62,223); }
H1.HeaderClassName
{
color: #6A3EDF;
}
.AnyTagClassName
{
color: #6A3EDF;
}
</style>
background-color css
<style>
a { background-color: #6A3EDF; }
a { background-color: rgb(106,62,223); }
div.DivClassName
{
background-color: #6A3EDF;
}
.BgClassName
{
background-color: #6A3EDF;
}
</style>
border-color css
<style>
span { border-color: #6A3EDF; }
span { border-color: rgb(106,62,223); }
td.TdClassName
{
border-color: #6A3EDF;
}
.TagClassName
{
border-color: #6A3EDF;
}
</style>