#6E53DF

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

Shades of Slate Blue #6E53DF

Tints of Slate Blue #6E53DF

Color information

#6E53DF (or 0x6E53DF) is unknown color: approx Slate Blue. HEX triplet: 6E, 53 and DF. RGB value is (110,83,223). Sum of RGB (Red+Green+Blue) = 110+83+223=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53DF is #91AC20. Grayscale: #6A6A6A. Windows color (decimal): -9546785 or 14635886. OLE color: 14635886.

HSL color Cylindrical-coordinate representation of color #6E53DF: hue angle of 251.57º degrees, saturation: 0.69, 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 #6E53DF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11083223-
CMYK0.510.6300.13
HSL251.57º68.63%60%-
HSV(B)251.57º62.78%87.45%-
XYZ22.8414.8371.47-
YUV107.03193.45130.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.44%
GREEN value IS 83 (32.81% from 255) = 19.95%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=26.44%
G=19.95%
B=53.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110832230.510.6300.13251.5768.6360
Hex6E53DF333F0Dfc453c
Octal156123337637701537410574
Binary110111010100111101111111001111111101101111111001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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