#6D5093

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

Shades of Butterfly Bush #6D5093

Tints of Butterfly Bush #6D5093

Color information

#6D5093 (or 0x6D5093) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 50 and 93. RGB value is (109,80,147). Sum of RGB (Red+Green+Blue) = 109+80+147=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D5093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5093 is #92AF6C. Grayscale: #606060. Windows color (decimal): -9613165 or 9654381. OLE color: 9654381.

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

Color convert

RGB10980147-
CMYK0.260.4600.42
HSL265.97º29.52%44.51%-
HSV(B)265.97º45.58%57.65%-
XYZ14.4411.128.98-
YUV96.31156.61137.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=32.44%
G=23.81%
B=43.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109801470.260.4600.42265.9729.5244.51
Hex6D50931A2E02A10a1e2d
Octal15512022332560524123655
Binary110110110100001001001111010101110010101010000101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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