#6A5391

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

Shades of Butterfly Bush #6A5391

Tints of Butterfly Bush #6A5391

Color information

#6A5391 (or 0x6A5391) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 53 and 91. RGB value is (106,83,145). Sum of RGB (Red+Green+Blue) = 106+83+145=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A5391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5391 is #95AC6E. Grayscale: #606060. Windows color (decimal): -9809007 or 9524074. OLE color: 9524074.

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

Color convert

RGB10683145-
CMYK0.270.4300.43
HSL262.26º27.19%44.71%-
HSV(B)262.26º42.76%56.86%-
XYZ14.1511.328.22-
YUV96.94155.12134.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=31.74%
G=24.85%
B=43.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106831450.270.4300.43262.2627.1944.71
Hex6A53911B2B02B1061b2d
Octal15212322133530534063355
Binary110101010100111001000111011101011010101110000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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