#6E53DE

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

Shades of Slate Blue #6E53DE

Tints of Slate Blue #6E53DE

Color information

#6E53DE (or 0x6E53DE) is unknown color: approx Slate Blue. HEX triplet: 6E, 53 and DE. RGB value is (110,83,222). Sum of RGB (Red+Green+Blue) = 110+83+222=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E53DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53DE is #91AC21. Grayscale: #6A6A6A. Windows color (decimal): -9546786 or 14570350. OLE color: 14570350.

HSL color Cylindrical-coordinate representation of color #6E53DE: hue angle of 251.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E53DE is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11083222-
CMYK0.500.6300.13
HSL251.65º67.8%59.8%-
HSV(B)251.65º62.61%87.06%-
XYZ22.7114.7870.76-
YUV106.92192.95130.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 222 (87.11% from 255) = 53.49%
R=26.51%
G=20%
B=53.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110832220.500.6300.13251.6567.859.8
Hex6E53DE323F0Dfc443c
Octal156123336627701537410474
Binary110111010100111101111011001011111101101111111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,222); }

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

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

 a { background-color: rgb(110,83,222); }

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

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

 span { border-color: rgb(110,83,222); }

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