#6E5893

Color #6E5893 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #6E5893

Tints of Butterfly Bush #6E5893

Color information

#6E5893 (or 0x6E5893) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 58 and 93. RGB value is (110,88,147). Sum of RGB (Red+Green+Blue) = 110+88+147=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E5893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5893 is #91A76C. Grayscale: #656565. Windows color (decimal): -9545581 or 9656430. OLE color: 9656430.

HSL color Cylindrical-coordinate representation of color #6E5893: hue angle of 262.37º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E5893 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11088147-
CMYK0.250.4000.42
HSL262.37º25.11%46.08%-
HSV(B)262.37º40.14%57.65%-
XYZ15.1912.429.2-
YUV101.3153.79134.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=31.88%
G=25.51%
B=42.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110881470.250.4000.42262.3725.1146.08
Hex6E5893192802A106192e
Octal15613022331500524063156
Binary110111010110001001001111001101000010101010000011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,88,147); }

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

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

 a { background-color: rgb(110,88,147); }

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

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

 span { border-color: rgb(110,88,147); }

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