#6D5291

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

Shades of Butterfly Bush #6D5291

Tints of Butterfly Bush #6D5291

Color information

#6D5291 (or 0x6D5291) is unknown color: approx Butterfly Bush. HEX triplet: 6D, 52 and 91. RGB value is (109,82,145). Sum of RGB (Red+Green+Blue) = 109+82+145=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D5291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5291 is #92AD6E. Grayscale: #616161. Windows color (decimal): -9612655 or 9523821. OLE color: 9523821.

HSL color Cylindrical-coordinate representation of color #6D5291: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D5291 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10982145-
CMYK0.250.4300.43
HSL265.71º27.75%44.51%-
HSV(B)265.71º43.45%56.86%-
XYZ14.4311.3328.21-
YUV97.26154.95136.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 145 (57.03% from 255) = 43.15%
R=32.44%
G=24.40%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109821450.250.4300.43265.7127.7544.51
Hex6D5291192B02B10a1c2d
Octal15512222131530534123455
Binary110110110100101001000111001101011010101110000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,145); }

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

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

 a { background-color: rgb(109,82,145); }

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

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

 span { border-color: rgb(109,82,145); }

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