#6E5ECA

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

Shades of Slate Blue #6E5ECA

Tints of Slate Blue #6E5ECA

Color information

#6E5ECA (or 0x6E5ECA) is unknown color: approx Slate Blue. HEX triplet: 6E, 5E and CA. RGB value is (110,94,202). Sum of RGB (Red+Green+Blue) = 110+94+202=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ECA is #91A135. Grayscale: #6E6E6E. Windows color (decimal): -9543990 or 13262446. OLE color: 13262446.

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

Color convert

RGB11094202-
CMYK0.460.5300.21
HSL248.89º50.47%58.04%-
HSV(B)248.89º53.47%79.22%-
XYZ21.0915.5857.77-
YUV111.1179.3127.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.09%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=27.09%
G=23.15%
B=49.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110942020.460.5300.21248.8950.4758.04
Hex6E5ECA2E35015f9323a
Octal15613631256650253716272
Binary110111010111101100101010111011010101010111111001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,202); }

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

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

 a { background-color: rgb(110,94,202); }

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

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

 span { border-color: rgb(110,94,202); }

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