#6E53CD

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

Shades of Slate Blue #6E53CD

Tints of Slate Blue #6E53CD

Color information

#6E53CD (or 0x6E53CD) is unknown color: approx Slate Blue. HEX triplet: 6E, 53 and CD. RGB value is (110,83,205). Sum of RGB (Red+Green+Blue) = 110+83+205=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53CD is #91AC32. Grayscale: #686868. Windows color (decimal): -9546803 or 13456238. OLE color: 13456238.

HSL color Cylindrical-coordinate representation of color #6E53CD: hue angle of 253.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E53CD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11083205-
CMYK0.460.6000.20
HSL253.28º54.95%56.47%-
HSV(B)253.28º59.51%80.39%-
XYZ20.5413.9159.36-
YUV104.98184.45131.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=27.64%
G=20.85%
B=51.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110832050.460.6000.20253.2854.9556.47
Hex6E53CD2E3C014fd3738
Octal15612331556740243756770
Binary110111010100111100110110111011110001010011111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E53CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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