#6E5ED9

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

Shades of Slate Blue #6E5ED9

Tints of Slate Blue #6E5ED9

Color information

#6E5ED9 (or 0x6E5ED9) is unknown color: approx Slate Blue. HEX triplet: 6E, 5E and D9. RGB value is (110,94,217). Sum of RGB (Red+Green+Blue) = 110+94+217=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E5ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ED9 is #91A126. Grayscale: #707070. Windows color (decimal): -9543975 or 14245486. OLE color: 14245486.

HSL color Cylindrical-coordinate representation of color #6E5ED9: hue angle of 247.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E5ED9 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11094217-
CMYK0.490.5700.15
HSL247.8º61.81%60.98%-
HSV(B)247.8º56.68%85.1%-
XYZ22.9616.3367.59-
YUV112.81186.8126-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=26.13%
G=22.33%
B=51.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110942170.490.5700.15247.861.8160.98
Hex6E5ED931390Ff83e3d
Octal15613633161710173707675
Binary11011101011110110110011100011110010111111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,217); }

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

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

 a { background-color: rgb(110,94,217); }

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

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

 span { border-color: rgb(110,94,217); }

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