#6E5996

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

Shades of Butterfly Bush #6E5996

Tints of Butterfly Bush #6E5996

Color information

#6E5996 (or 0x6E5996) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 59 and 96. RGB value is (110,89,150). Sum of RGB (Red+Green+Blue) = 110+89+150=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E5996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5996 is #91A669. Grayscale: #666666. Windows color (decimal): -9545322 or 9853294. OLE color: 9853294.

HSL color Cylindrical-coordinate representation of color #6E5996: hue angle of 260.66º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E5996 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11089150-
CMYK0.270.4100.41
HSL260.66º25.52%46.86%-
HSV(B)260.66º40.67%58.82%-
XYZ15.5112.6630.48-
YUV102.23154.96133.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=31.52%
G=25.50%
B=42.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110891500.270.4100.41260.6625.5246.86
Hex6E59961B290291051a2f
Octal15613122633510514053257
Binary110111010110011001011011011101001010100110000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,89,150); }

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

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

 a { background-color: rgb(110,89,150); }

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

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

 span { border-color: rgb(110,89,150); }

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