#6E548D

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

Shades of Butterfly Bush #6E548D

Tints of Butterfly Bush #6E548D

Color information

#6E548D (or 0x6E548D) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 54 and 8D. RGB value is (110,84,141). Sum of RGB (Red+Green+Blue) = 110+84+141=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 84 (33.20% from 255 or 25.07% 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 #6E548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E548D is #91AB72. Grayscale: #626262. Windows color (decimal): -9546611 or 9262190. OLE color: 9262190.

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

Color convert

RGB11084141-
CMYK0.220.4000.45
HSL267.37º25.33%44.12%-
HSV(B)267.37º40.43%55.29%-
XYZ14.4111.5826.67-
YUV98.27152.11136.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=32.84%
G=25.07%
B=42.09%

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
Decimal110841410.220.4000.45267.3725.3344.12
Hex6E548D162802D10b192c
Octal15612421526500554133154
Binary110111010101001000110110110101000010110110000101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,141); }

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

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

 a { background-color: rgb(110,84,141); }

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

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

 span { border-color: rgb(110,84,141); }

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