Shades of Slate Blue #6A3DE1
Tints of Slate Blue #6A3DE1
RGB
CMYK
RGB Variations
Color information
#6A3DE1 (or 0x6A3DE1) is known color: Slate Blue. HEX triplet: 6A, 3D and E1. RGB value is (106,61,225). Sum of RGB (Red+Green+Blue) = 106+61+225=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A3DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3DE1 is #95C21E. Grayscale: #5C5C5C. Windows color (decimal): -9814559 or 14761322. OLE color: 14761322.
HSL color Cylindrical-coordinate representation of color #6A3DE1: hue angle of 256.46º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A3DE1 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 61 | 225 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.12 |
| HSL | 256.46º | 0.73% | 0.56% | - |
| HSV(B) | 256.46º | 0.73% | 0.88% | - |
| XYZ | 21.2 | 11.84 | 72.4 | - |
| YUV | 93.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 61 | 225 | 0.53 | 0.73 | 0 | 0.12 | 256.46 | 0.73 | 0.56 |
| Hex | 6A | 3D | E1 | 35 | 49 | 0 | C | 100 | 49 | 38 |
| Octal | 152 | 75 | 341 | 65 | 111 | 0 | 14 | 400 | 111 | 70 |
| Binary | 1101010 | 111101 | 11100001 | 110101 | 1001001 | 0 | 1100 | 100000000 | 1001001 | 111000 |
Color Harmonies of #6A3DE1
Complementary color
Monochromatic Colors of #6A3DE1
Black with #6A3DE1
Text Example
Text Example
White with #6A3DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3DE1; }
p { color: rgb(106,61,225); }
H1.HeaderClassName
{
color: #6A3DE1;
}
.AnyTagClassName
{
color: #6A3DE1;
}
</style>
background-color css
<style>
a { background-color: #6A3DE1; }
a { background-color: rgb(106,61,225); }
div.DivClassName
{
background-color: #6A3DE1;
}
.BgClassName
{
background-color: #6A3DE1;
}
</style>
border-color css
<style>
span { border-color: #6A3DE1; }
span { border-color: rgb(106,61,225); }
td.TdClassName
{
border-color: #6A3DE1;
}
.TagClassName
{
border-color: #6A3DE1;
}
</style>