#6D5785

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

Shades of Butterfly Bush #6D5785

Tints of Butterfly Bush #6D5785

Color information

#6D5785 (or 0x6D5785) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 57 and 85. RGB value is (109,87,133). Sum of RGB (Red+Green+Blue) = 109+87+133=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5785 is #92A87A. Grayscale: #626262. Windows color (decimal): -9611387 or 8738669. OLE color: 8738669.

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

Color convert

RGB10987133-
CMYK0.180.3500.48
HSL268.7º20.91%43.14%-
HSV(B)268.7º34.59%52.16%-
XYZ13.9511.7623.73-
YUV98.82147.29135.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=33.13%
G=26.44%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109871330.180.3500.48268.720.9143.14
Hex6D5785122303010d152b
Octal15512720522430604152553
Binary110110110101111000010110010100011011000010000110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,87,133); }

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

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

 a { background-color: rgb(109,87,133); }

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

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

 span { border-color: rgb(109,87,133); }

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