#6D5893

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

Shades of Butterfly Bush #6D5893

Tints of Butterfly Bush #6D5893

Color information

#6D5893 (or 0x6D5893) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 58 and 93. RGB value is (109,88,147). Sum of RGB (Red+Green+Blue) = 109+88+147=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D5893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5893 is #92A76C. Grayscale: #646464. Windows color (decimal): -9611117 or 9656429. OLE color: 9656429.

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

Color convert

RGB10988147-
CMYK0.260.4000.42
HSL261.36º25.11%46.08%-
HSV(B)261.36º40.14%57.65%-
XYZ15.0612.3429.19-
YUV101153.96133.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=31.69%
G=25.58%
B=42.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109881470.260.4000.42261.3625.1146.08
Hex6D58931A2802A105192e
Octal15513022332500524053156
Binary110110110110001001001111010101000010101010000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,88,147); }

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

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

 a { background-color: rgb(109,88,147); }

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

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

 span { border-color: rgb(109,88,147); }

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