#6E4FE2

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

Shades of Slate Blue #6E4FE2

Tints of Slate Blue #6E4FE2

Color information

#6E4FE2 (or 0x6E4FE2) is unknown color: approx Slate Blue. HEX triplet: 6E, 4F and E2. RGB value is (110,79,226). Sum of RGB (Red+Green+Blue) = 110+79+226=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 226 (88.67% from 255 or 54.46% from 415); Max value from RGB is 226 - color contains mainly: blue. Hex color #6E4FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FE2 is #91B01D. Grayscale: #686868. Windows color (decimal): -9547806 or 14831470. OLE color: 14831470.

HSL color Cylindrical-coordinate representation of color #6E4FE2: hue angle of 252.65º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E4FE2 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11079226-
CMYK0.510.6500.11
HSL252.65º71.71%59.8%-
HSV(B)252.65º65.04%88.63%-
XYZ22.9514.473.52-
YUV105.03196.27131.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 226 (88.67% from 255) = 54.46%
R=26.51%
G=19.04%
B=54.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal110792260.510.6500.11252.6571.7159.8
Hex6E4FE233410Bfd483c
Octal1561173426310101337511074
Binary1101110100111111100010110011100000101011111111011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,79,226); }

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

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

 a { background-color: rgb(110,79,226); }

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

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

 span { border-color: rgb(110,79,226); }

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