#6C5784

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

Shades of Butterfly Bush #6C5784

Tints of Butterfly Bush #6C5784

Color information

#6C5784 (or 0x6C5784) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 57 and 84. RGB value is (108,87,132). Sum of RGB (Red+Green+Blue) = 108+87+132=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C5784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5784 is #93A87B. Grayscale: #626262. Windows color (decimal): -9676924 or 8673132. OLE color: 8673132.

HSL color Cylindrical-coordinate representation of color #6C5784: hue angle of 268º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C5784 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10887132-
CMYK0.180.3400.48
HSL268º20.55%42.94%-
HSV(B)268º34.09%51.76%-
XYZ13.7611.6723.36-
YUV98.41146.96134.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.03%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=33.03%
G=26.61%
B=40.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108871320.180.3400.4826820.5542.94
Hex6C5784122203010c152b
Octal15412720422420604142553
Binary110110010101111000010010010100010011000010000110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,87,132); }

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

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

 a { background-color: rgb(108,87,132); }

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

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

 span { border-color: rgb(108,87,132); }

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