#6D548B

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

Shades of Butterfly Bush #6D548B

Tints of Butterfly Bush #6D548B

Color information

#6D548B (or 0x6D548B) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 54 and 8B. RGB value is (109,84,139). Sum of RGB (Red+Green+Blue) = 109+84+139=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D548B is #92AB74. Grayscale: #616161. Windows color (decimal): -9612149 or 9131117. OLE color: 9131117.

HSL color Cylindrical-coordinate representation of color #6D548B: hue angle of 267.27º 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 #6D548B is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10984139-
CMYK0.220.4000.45
HSL267.27º24.66%43.73%-
HSV(B)267.27º39.57%54.51%-
XYZ14.1411.4625.89-
YUV97.74151.28136.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=32.83%
G=25.30%
B=41.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109841390.220.4000.45267.2724.6643.73
Hex6D548B162802D10b192c
Octal15512421326500554133154
Binary110110110101001000101110110101000010110110000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,139); }

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

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

 a { background-color: rgb(109,84,139); }

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

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

 span { border-color: rgb(109,84,139); }

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