#6E4DE3

Color #6E4DE3 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6E4DE3

Tints of Slate Blue #6E4DE3

Color information

#6E4DE3 (or 0x6E4DE3) is unknown color: approx Slate Blue. HEX triplet: 6E, 4D and E3. RGB value is (110,77,227). Sum of RGB (Red+Green+Blue) = 110+77+227=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 227 (89.06% from 255 or 54.83% from 414); Max value from RGB is 227 - color contains mainly: blue. Hex color #6E4DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DE3 is #91B21C. Grayscale: #676767. Windows color (decimal): -9548317 or 14896494. OLE color: 14896494.

HSL color Cylindrical-coordinate representation of color #6E4DE3: hue angle of 253.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E4DE3 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11077227-
CMYK0.520.6600.11
HSL253.2º72.82%59.61%-
HSV(B)253.2º66.08%89.02%-
XYZ22.9514.1774.2-
YUV103.97197.43132.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 26.57%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 227 (89.06% from 255) = 54.83%
R=26.57%
G=18.60%
B=54.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal110772270.520.6600.11253.272.8259.61
Hex6E4DE334420Bfd493c
Octal1561153436410201337511174
Binary1101110100110111100011110100100001001011111111011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E4DE3; }

 p { color: rgb(110,77,227); }

 H1.HeaderClassName
 {
   color: #6E4DE3;
 }
 .AnyTagClassName
 {
   color: #6E4DE3;
 }
</style>
background-color css

<style>
 a { background-color: #6E4DE3; }

 a { background-color: rgb(110,77,227); }

 div.DivClassName
 {
   background-color: #6E4DE3;
 }
 .BgClassName
 {
   background-color: #6E4DE3;
 }
</style>
border-color css

<style>
 span { border-color: #6E4DE3; }

 span { border-color: rgb(110,77,227); }

 td.TdClassName
 {
   border-color: #6E4DE3;
 }
 .TagClassName
 {
   border-color: #6E4DE3;
 }
</style>