#6A5091

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

Shades of Butterfly Bush #6A5091

Tints of Butterfly Bush #6A5091

Color information

#6A5091 (or 0x6A5091) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 50 and 91. RGB value is (106,80,145). Sum of RGB (Red+Green+Blue) = 106+80+145=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A5091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5091 is #95AF6E. Grayscale: #5E5E5E. Windows color (decimal): -9809775 or 9523306. OLE color: 9523306.

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

Color convert

RGB10680145-
CMYK0.270.4500.43
HSL264º28.89%44.12%-
HSV(B)264º44.83%56.86%-
XYZ13.9210.8528.15-
YUV95.18156.11135.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=32.02%
G=24.17%
B=43.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106801450.270.4500.4326428.8944.12
Hex6A50911B2D02B1081d2c
Octal15212022133550534103554
Binary110101010100001001000111011101101010101110000100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,145); }

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

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

 a { background-color: rgb(106,80,145); }

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

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

 span { border-color: rgb(106,80,145); }

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