#6E51E1

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

Shades of Slate Blue #6E51E1

Tints of Slate Blue #6E51E1

Color information

#6E51E1 (or 0x6E51E1) is unknown color: approx Slate Blue. HEX triplet: 6E, 51 and E1. RGB value is (110,81,225). Sum of RGB (Red+Green+Blue) = 110+81+225=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #6E51E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E51E1 is #91AE1E. Grayscale: #696969. Windows color (decimal): -9547295 or 14766446. OLE color: 14766446.

HSL color Cylindrical-coordinate representation of color #6E51E1: hue angle of 252.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E51E1 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11081225-
CMYK0.510.6400.12
HSL252.08º70.59%60%-
HSV(B)252.08º64%88.24%-
XYZ22.9614.6472.85-
YUV106.09195.11130.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.44%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 225 (88.28% from 255) = 54.09%
R=26.44%
G=19.47%
B=54.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal110812250.510.6400.12252.0870.5960
Hex6E51E133400Cfc473c
Octal1561213416310001437410774
Binary1101110101000111100001110011100000001100111111001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E51E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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