#6D5685

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

Shades of Butterfly Bush #6D5685

Tints of Butterfly Bush #6D5685

Color information

#6D5685 (or 0x6D5685) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 56 and 85. RGB value is (109,86,133). Sum of RGB (Red+Green+Blue) = 109+86+133=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5685 is #92A97A. Grayscale: #626262. Windows color (decimal): -9611643 or 8738413. OLE color: 8738413.

HSL color Cylindrical-coordinate representation of color #6D5685: hue angle of 269.36º 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 #6D5685 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10986133-
CMYK0.180.3500.48
HSL269.36º21.46%42.94%-
HSV(B)269.36º35.34%52.16%-
XYZ13.8711.623.7-
YUV98.24147.62135.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=33.23%
G=26.22%
B=40.55%

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
Decimal109861330.180.3500.48269.3621.4642.94
Hex6D5685122303010d152b
Octal15512620522430604152553
Binary110110110101101000010110010100011011000010000110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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