#6A4F91

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

Shades of Butterfly Bush #6A4F91

Tints of Butterfly Bush #6A4F91

Color information

#6A4F91 (or 0x6A4F91) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 4F and 91. RGB value is (106,79,145). Sum of RGB (Red+Green+Blue) = 106+79+145=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A4F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4F91 is #95B06E. Grayscale: #5E5E5E. Windows color (decimal): -9810031 or 9523050. OLE color: 9523050.

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

Color convert

RGB10679145-
CMYK0.270.4600.43
HSL264.55º29.46%43.92%-
HSV(B)264.55º45.52%56.86%-
XYZ13.8510.728.12-
YUV94.6156.45136.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=32.12%
G=23.94%
B=43.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106791450.270.4600.43264.5529.4643.92
Hex6A4F911B2E02B1091d2c
Octal15211722133560534113554
Binary110101010011111001000111011101110010101110000100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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