#6E47E7

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

Shades of Slate Blue #6E47E7

Tints of Slate Blue #6E47E7

Color information

#6E47E7 (or 0x6E47E7) is unknown color: approx Slate Blue. HEX triplet: 6E, 47 and E7. RGB value is (110,71,231). Sum of RGB (Red+Green+Blue) = 110+71+231=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #6E47E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E47E7 is #91B818. Grayscale: #646464. Windows color (decimal): -9549849 or 15157102. OLE color: 15157102.

HSL color Cylindrical-coordinate representation of color #6E47E7: hue angle of 254.62º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E47E7 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11071231-
CMYK0.520.6900.09
HSL254.62º76.92%59.22%-
HSV(B)254.62º69.26%90.59%-
XYZ23.1113.5977.01-
YUV100.9201.42134.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 231 (90.62% from 255) = 56.07%
R=26.70%
G=17.23%
B=56.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal110712310.520.6900.09254.6276.9259.22
Hex6E47E7344509ff4d3b
Octal1561073476410501137711573
Binary1101110100011111100111110100100010101001111111111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E47E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,231); }

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

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

 a { background-color: rgb(110,71,231); }

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

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

 span { border-color: rgb(110,71,231); }

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