#6E5890

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

Shades of Butterfly Bush #6E5890

Tints of Butterfly Bush #6E5890

Color information

#6E5890 (or 0x6E5890) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 58 and 90. RGB value is (110,88,144). Sum of RGB (Red+Green+Blue) = 110+88+144=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E5890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5890 is #91A76F. Grayscale: #646464. Windows color (decimal): -9545584 or 9459822. OLE color: 9459822.

HSL color Cylindrical-coordinate representation of color #6E5890: hue angle of 263.57º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E5890 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11088144-
CMYK0.240.3900.44
HSL263.57º24.14%45.49%-
HSV(B)263.57º38.89%56.47%-
XYZ14.9512.3127.97-
YUV100.96152.29134.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=32.16%
G=25.73%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110881440.240.3900.44263.5724.1445.49
Hex6E5890182702C108182d
Octal15613022030470544103055
Binary110111010110001001000011000100111010110010000100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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