#6E51E3

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

Shades of Slate Blue #6E51E3

Tints of Slate Blue #6E51E3

Color information

#6E51E3 (or 0x6E51E3) is unknown color: approx Slate Blue. HEX triplet: 6E, 51 and E3. RGB value is (110,81,227). Sum of RGB (Red+Green+Blue) = 110+81+227=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 227 (89.06% from 255 or 54.31% from 418); Max value from RGB is 227 - color contains mainly: blue. Hex color #6E51E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E51E3 is #91AE1C. Grayscale: #696969. Windows color (decimal): -9547293 or 14897518. OLE color: 14897518.

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

Color convert

RGB11081227-
CMYK0.520.6400.11
HSL251.92º72.28%60.39%-
HSV(B)251.92º64.32%89.02%-
XYZ23.2414.7574.29-
YUV106.32196.11130.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 227 (89.06% from 255) = 54.31%
R=26.32%
G=19.38%
B=54.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal110812270.520.6400.11251.9272.2860.39
Hex6E51E334400Bfc483c
Octal1561213436410001337411074
Binary1101110101000111100011110100100000001011111111001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E51E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,227); }

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

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

 a { background-color: rgb(110,81,227); }

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

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

 span { border-color: rgb(110,81,227); }

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