#6E53DD

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

Shades of Slate Blue #6E53DD

Tints of Slate Blue #6E53DD

Color information

#6E53DD (or 0x6E53DD) is unknown color: approx Slate Blue. HEX triplet: 6E, 53 and DD. RGB value is (110,83,221). Sum of RGB (Red+Green+Blue) = 110+83+221=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E53DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53DD is #91AC22. Grayscale: #6A6A6A. Windows color (decimal): -9546787 or 14504814. OLE color: 14504814.

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

Color convert

RGB11083221-
CMYK0.500.6200.13
HSL251.74º66.99%59.61%-
HSV(B)251.74º62.44%86.67%-
XYZ22.5714.7270.06-
YUV106.8192.45130.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.57%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=26.57%
G=20.05%
B=53.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110832210.500.6200.13251.7466.9959.61
Hex6E53DD323E0Dfc433c
Octal156123335627601537410374
Binary110111010100111101110111001011111001101111111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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