#6D5497

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

Shades of Butterfly Bush #6D5497

Tints of Butterfly Bush #6D5497

Color information

#6D5497 (or 0x6D5497) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 54 and 97. RGB value is (109,84,151). Sum of RGB (Red+Green+Blue) = 109+84+151=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D5497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5497 is #92AB68. Grayscale: #626262. Windows color (decimal): -9612137 or 9917549. OLE color: 9917549.

HSL color Cylindrical-coordinate representation of color #6D5497: hue angle of 262.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D5497 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10984151-
CMYK0.280.4400.41
HSL262.39º28.51%46.08%-
HSV(B)262.39º44.37%59.22%-
XYZ15.0611.8330.77-
YUV99.11157.28135.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=31.69%
G=24.42%
B=43.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109841510.280.4400.41262.3928.5146.08
Hex6D54971C2C0291061d2e
Octal15512422734540514063556
Binary110110110101001001011111100101100010100110000011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,151); }

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

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

 a { background-color: rgb(109,84,151); }

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

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

 span { border-color: rgb(109,84,151); }

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