#6E5ACC

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

Shades of Slate Blue #6E5ACC

Tints of Slate Blue #6E5ACC

Color information

#6E5ACC (or 0x6E5ACC) is unknown color: approx Slate Blue. HEX triplet: 6E, 5A and CC. RGB value is (110,90,204). Sum of RGB (Red+Green+Blue) = 110+90+204=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ACC is #91A533. Grayscale: #6C6C6C. Windows color (decimal): -9545012 or 13392494. OLE color: 13392494.

HSL color Cylindrical-coordinate representation of color #6E5ACC: hue angle of 250.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5ACC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11090204-
CMYK0.460.5600.2
HSL250.53º52.78%57.65%-
HSV(B)250.53º55.88%80%-
XYZ20.9914.9958.91-
YUV108.98181.63128.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=27.23%
G=22.28%
B=50.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110902040.460.5600.2250.5352.7857.65
Hex6E5ACC2E38014fb353a
Octal15613231456700243736572
Binary110111010110101100110010111011100001010011111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,204); }

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

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

 a { background-color: rgb(110,90,204); }

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

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

 span { border-color: rgb(110,90,204); }

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