#6E589B

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

Shades of Butterfly Bush #6E589B

Tints of Butterfly Bush #6E589B

Color information

#6E589B (or 0x6E589B) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 58 and 9B. RGB value is (110,88,155). Sum of RGB (Red+Green+Blue) = 110+88+155=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E589B is #91A764. Grayscale: #656565. Windows color (decimal): -9545573 or 10180718. OLE color: 10180718.

HSL color Cylindrical-coordinate representation of color #6E589B: hue angle of 259.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E589B is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11088155-
CMYK0.290.4300.39
HSL259.7º27.57%47.65%-
HSV(B)259.7º43.23%60.78%-
XYZ15.8412.6632.62-
YUV102.22157.79133.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.16%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=31.16%
G=24.93%
B=43.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110881550.290.4300.39259.727.5747.65
Hex6E589B1D2B0271041c30
Octal15613023335530474043460
Binary110111010110001001101111101101011010011110000010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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