#6E548A

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

Shades of Butterfly Bush #6E548A

Tints of Butterfly Bush #6E548A

Color information

#6E548A (or 0x6E548A) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 54 and 8A. RGB value is (110,84,138). Sum of RGB (Red+Green+Blue) = 110+84+138=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E548A is #91AB75. Grayscale: #616161. Windows color (decimal): -9546614 or 9065582. OLE color: 9065582.

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

Color convert

RGB11084138-
CMYK0.200.3900.46
HSL268.89º24.32%43.53%-
HSV(B)268.89º39.13%54.12%-
XYZ14.1911.4925.51-
YUV97.93150.61136.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.13%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=33.13%
G=25.30%
B=41.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal110841380.200.3900.46268.8924.3243.53
Hex6E548A142702E10d182c
Octal15612421224470564153054
Binary110111010101001000101010100100111010111010000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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