#6E42EC

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

Shades of Slate Blue #6E42EC

Tints of Slate Blue #6E42EC

Color information

#6E42EC (or 0x6E42EC) is unknown color: approx Slate Blue. HEX triplet: 6E, 42 and EC. RGB value is (110,66,236). Sum of RGB (Red+Green+Blue) = 110+66+236=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E42EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E42EC is #91BD13. Grayscale: #616161. Windows color (decimal): -9551124 or 15483502. OLE color: 15483502.

HSL color Cylindrical-coordinate representation of color #6E42EC: hue angle of 255.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E42EC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11066236-
CMYK0.530.7200.07
HSL255.53º81.73%59.22%-
HSV(B)255.53º72.03%92.55%-
XYZ23.5213.2780.68-
YUV98.54205.58136.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 66 (26.17% from 255) = 16.02%
BLUE value IS 236 (92.58% from 255) = 57.28%
R=26.70%
G=16.02%
B=57.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110662360.530.7200.07255.5381.7359.22
Hex6E42EC354807100523b
Octal156102354651100740012273
Binary1101110100001011101100110101100100001111000000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E42EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,236); }

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

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

 a { background-color: rgb(110,66,236); }

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

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

 span { border-color: rgb(110,66,236); }

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