#6A5191

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

Shades of Butterfly Bush #6A5191

Tints of Butterfly Bush #6A5191

Color information

#6A5191 (or 0x6A5191) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 51 and 91. RGB value is (106,81,145). Sum of RGB (Red+Green+Blue) = 106+81+145=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5191 is #95AE6E. Grayscale: #5F5F5F. Windows color (decimal): -9809519 or 9523562. OLE color: 9523562.

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

Color convert

RGB10681145-
CMYK0.270.4400.43
HSL263.44º28.32%44.31%-
HSV(B)263.44º44.14%56.86%-
XYZ1410.9928.17-
YUV95.77155.78135.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=31.93%
G=24.40%
B=43.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106811450.270.4400.43263.4428.3244.31
Hex6A51911B2C02B1071c2c
Octal15212122133540534073454
Binary110101010100011001000111011101100010101110000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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