#6D559B

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

Shades of Butterfly Bush #6D559B

Tints of Butterfly Bush #6D559B

Color information

#6D559B (or 0x6D559B) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 55 and 9B. RGB value is (109,85,155). Sum of RGB (Red+Green+Blue) = 109+85+155=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D559B is #92AA64. Grayscale: #636363. Windows color (decimal): -9611877 or 10179949. OLE color: 10179949.

HSL color Cylindrical-coordinate representation of color #6D559B: hue angle of 260.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D559B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10985155-
CMYK0.300.4500.39
HSL260.57º29.17%47.06%-
HSV(B)260.57º45.16%60.78%-
XYZ15.4712.1132.53-
YUV100.16158.95134.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=31.23%
G=24.36%
B=44.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109851550.300.4500.39260.5729.1747.06
Hex6D559B1E2D0271051d2f
Octal15512523336550474053557
Binary110110110101011001101111110101101010011110000010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,155); }

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

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

 a { background-color: rgb(109,85,155); }

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

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

 span { border-color: rgb(109,85,155); }

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