#6B528A

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

Shades of Butterfly Bush #6B528A

Tints of Butterfly Bush #6B528A

Color information

#6B528A (or 0x6B528A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 52 and 8A. RGB value is (107,82,138). Sum of RGB (Red+Green+Blue) = 107+82+138=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B528A is #94AD75. Grayscale: #5F5F5F. Windows color (decimal): -9743734 or 9065067. OLE color: 9065067.

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

Color convert

RGB10782138-
CMYK0.220.4100.46
HSL266.79º25.45%43.14%-
HSV(B)266.79º40.58%54.12%-
XYZ13.671125.45-
YUV95.86151.78135.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=32.72%
G=25.08%
B=42.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107821380.220.4100.46266.7925.4543.14
Hex6B528A162902E10b192b
Octal15312221226510564133153
Binary110101110100101000101010110101001010111010000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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