#6D558D

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

Shades of Butterfly Bush #6D558D

Tints of Butterfly Bush #6D558D

Color information

#6D558D (or 0x6D558D) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 55 and 8D. RGB value is (109,85,141). Sum of RGB (Red+Green+Blue) = 109+85+141=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D558D is #92AA72. Grayscale: #626262. Windows color (decimal): -9611891 or 9262445. OLE color: 9262445.

HSL color Cylindrical-coordinate representation of color #6D558D: hue angle of 265.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D558D is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10985141-
CMYK0.230.4000.45
HSL265.71º24.78%44.31%-
HSV(B)265.71º39.72%55.29%-
XYZ14.3611.6726.7-
YUV98.56151.95135.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=32.54%
G=25.37%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109851410.230.4000.45265.7124.7844.31
Hex6D558D172802D10a192c
Octal15512521527500554123154
Binary110110110101011000110110111101000010110110000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,141); }

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

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

 a { background-color: rgb(109,85,141); }

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

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

 span { border-color: rgb(109,85,141); }

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