#6E4EE3

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

Shades of Slate Blue #6E4EE3

Tints of Slate Blue #6E4EE3

Color information

#6E4EE3 (or 0x6E4EE3) is unknown color: approx Slate Blue. HEX triplet: 6E, 4E and E3. RGB value is (110,78,227). Sum of RGB (Red+Green+Blue) = 110+78+227=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #6E4EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4EE3 is #91B11C. Grayscale: #676767. Windows color (decimal): -9548061 or 14896750. OLE color: 14896750.

HSL color Cylindrical-coordinate representation of color #6E4EE3: hue angle of 252.89º 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 #6E4EE3 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11078227-
CMYK0.520.6600.11
HSL252.89º72.68%59.8%-
HSV(B)252.89º65.64%89.02%-
XYZ23.0214.3174.22-
YUV104.55197.1131.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 227 (89.06% from 255) = 54.70%
R=26.51%
G=18.80%
B=54.70%

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
Decimal110782270.520.6600.11252.8972.6859.8
Hex6E4EE334420Bfd493c
Octal1561163436410201337511174
Binary1101110100111011100011110100100001001011111111011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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