#6A4F92

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

Shades of Butterfly Bush #6A4F92

Tints of Butterfly Bush #6A4F92

Color information

#6A4F92 (or 0x6A4F92) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 4F and 92. RGB value is (106,79,146). Sum of RGB (Red+Green+Blue) = 106+79+146=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A4F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4F92 is #95B06D. Grayscale: #5E5E5E. Windows color (decimal): -9810030 or 9588586. OLE color: 9588586.

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

Color convert

RGB10679146-
CMYK0.270.4600.43
HSL264.18º29.78%44.12%-
HSV(B)264.18º45.89%57.25%-
XYZ13.9310.7328.53-
YUV94.71156.95136.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.02%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=32.02%
G=23.87%
B=44.11%

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
Decimal106791460.270.4600.43264.1829.7844.12
Hex6A4F921B2E02B1081e2c
Octal15211722233560534103654
Binary110101010011111001001011011101110010101110000100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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