#6D528A

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

Shades of Butterfly Bush #6D528A

Tints of Butterfly Bush #6D528A

Color information

#6D528A (or 0x6D528A) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 52 and 8A. RGB value is (109,82,138). Sum of RGB (Red+Green+Blue) = 109+82+138=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D528A is #92AD75. Grayscale: #606060. Windows color (decimal): -9612662 or 9065069. OLE color: 9065069.

HSL color Cylindrical-coordinate representation of color #6D528A: hue angle of 268.93º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D528A is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10982138-
CMYK0.210.4100.46
HSL268.93º25.45%43.14%-
HSV(B)268.93º40.58%54.12%-
XYZ13.9111.1225.46-
YUV96.46151.45136.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=33.13%
G=24.92%
B=41.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109821380.210.4100.46268.9325.4543.14
Hex6D528A152902E10d192b
Octal15512221225510564153153
Binary110110110100101000101010101101001010111010000110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,138); }

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

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

 a { background-color: rgb(109,82,138); }

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

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

 span { border-color: rgb(109,82,138); }

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