#6D5794

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

Shades of Butterfly Bush #6D5794

Tints of Butterfly Bush #6D5794

Color information

#6D5794 (or 0x6D5794) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 57 and 94. RGB value is (109,87,148). Sum of RGB (Red+Green+Blue) = 109+87+148=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D5794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5794 is #92A86B. Grayscale: #646464. Windows color (decimal): -9611372 or 9721709. OLE color: 9721709.

HSL color Cylindrical-coordinate representation of color #6D5794: hue angle of 261.64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D5794 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10987148-
CMYK0.260.4100.42
HSL261.64º25.96%46.08%-
HSV(B)261.64º41.22%58.04%-
XYZ15.0612.2129.58-
YUV100.53154.79134.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=31.69%
G=25.29%
B=43.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109871480.260.4100.42261.6425.9646.08
Hex6D57941A2902A1061a2e
Octal15512722432510524063256
Binary110110110101111001010011010101001010101010000011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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