#6D5996

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

Shades of Butterfly Bush #6D5996

Tints of Butterfly Bush #6D5996

Color information

#6D5996 (or 0x6D5996) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 59 and 96. RGB value is (109,89,150). Sum of RGB (Red+Green+Blue) = 109+89+150=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D5996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5996 is #92A669. Grayscale: #656565. Windows color (decimal): -9610858 or 9853293. OLE color: 9853293.

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

Color convert

RGB10989150-
CMYK0.270.4100.41
HSL259.67º25.52%46.86%-
HSV(B)259.67º40.67%58.82%-
XYZ15.3812.630.47-
YUV101.93155.13133.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=31.32%
G=25.57%
B=43.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109891500.270.4100.41259.6725.5246.86
Hex6D59961B290291041a2f
Octal15513122633510514043257
Binary110110110110011001011011011101001010100110000010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,150); }

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

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

 a { background-color: rgb(109,89,150); }

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

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

 span { border-color: rgb(109,89,150); }

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