#6E5291

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

Shades of Butterfly Bush #6E5291

Tints of Butterfly Bush #6E5291

Color information

#6E5291 (or 0x6E5291) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 52 and 91. RGB value is (110,82,145). Sum of RGB (Red+Green+Blue) = 110+82+145=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5291 is #91AD6E. Grayscale: #616161. Windows color (decimal): -9547119 or 9523822. OLE color: 9523822.

HSL color Cylindrical-coordinate representation of color #6E5291: hue angle of 266.67º 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 #6E5291 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11082145-
CMYK0.240.4300.43
HSL266.67º27.75%44.51%-
HSV(B)266.67º43.45%56.86%-
XYZ14.5611.3928.22-
YUV97.55154.78136.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=32.64%
G=24.33%
B=43.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110821450.240.4300.43266.6727.7544.51
Hex6E5291182B02B10b1c2d
Octal15612222130530534133455
Binary110111010100101001000111000101011010101110000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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