#6E53D4

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

Shades of Slate Blue #6E53D4

Tints of Slate Blue #6E53D4

Color information

#6E53D4 (or 0x6E53D4) is unknown color: approx Slate Blue. HEX triplet: 6E, 53 and D4. RGB value is (110,83,212). Sum of RGB (Red+Green+Blue) = 110+83+212=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 212 (83.20% from 255 or 52.35% from 405); Max value from RGB is 212 - color contains mainly: blue. Hex color #6E53D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53D4 is #91AC2B. Grayscale: #696969. Windows color (decimal): -9546796 or 13914990. OLE color: 13914990.

HSL color Cylindrical-coordinate representation of color #6E53D4: hue angle of 252.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E53D4 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11083212-
CMYK0.480.6100.17
HSL252.56º60%57.84%-
HSV(B)252.56º60.85%83.14%-
XYZ21.4114.2563.91-
YUV105.78187.95131.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.16%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 212 (83.20% from 255) = 52.35%
R=27.16%
G=20.49%
B=52.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal110832120.480.6100.17252.566057.84
Hex6E53D4303D011fd3c3a
Octal15612332460750213757472
Binary110111010100111101010011000011110101000111111101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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