#6c548c

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

Shades of Butterfly Bush #6C548C

Tints of Butterfly Bush #6C548C

Color information

#6C548C (or 0x6C548C) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 54 and 8C. RGB value is (108,84,140). Sum of RGB (Red+Green+Blue) = 108+84+140=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C548C is #93AB73. Grayscale: #616161. Windows color (decimal): -9677684 or 9196652. OLE color: 9196652.

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

Color convert

RGB10884140-
CMYK0.230.400.45
HSL265.71º25%43.92%-
HSV(B)265.71º40%54.9%-
XYZ14.0911.4226.27-
YUV97.56151.95135.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=32.53%
G=25.30%
B=42.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108841400.230.400.45265.712543.92
Hex6C548C172802D10a192c
Octal15412421427500554123154
Binary110110010101001000110010111101000010110110000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c548c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,140); }

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

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

 a { background-color: rgb(108,84,140); }

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

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

 span { border-color: rgb(108,84,140); }

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