#6D5889

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

Shades of Butterfly Bush #6D5889

Tints of Butterfly Bush #6D5889

Color information

#6D5889 (or 0x6D5889) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 58 and 89. RGB value is (109,88,137). Sum of RGB (Red+Green+Blue) = 109+88+137=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5889 is #92A776. Grayscale: #636363. Windows color (decimal): -9611127 or 9001069. OLE color: 9001069.

HSL color Cylindrical-coordinate representation of color #6D5889: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D5889 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10988137-
CMYK0.200.3600.46
HSL265.71º21.78%44.12%-
HSV(B)265.71º35.77%53.73%-
XYZ14.3112.0425.24-
YUV99.86148.96134.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=32.63%
G=26.35%
B=41.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109881370.200.3600.46265.7121.7844.12
Hex6D5889142402E10a162c
Octal15513021124440564122654
Binary110110110110001000100110100100100010111010000101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,88,137); }

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

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

 a { background-color: rgb(109,88,137); }

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

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

 span { border-color: rgb(109,88,137); }

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