#6A4F95

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

Shades of Butterfly Bush #6A4F95

Tints of Butterfly Bush #6A4F95

Color information

#6A4F95 (or 0x6A4F95) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 4F and 95. RGB value is (106,79,149). Sum of RGB (Red+Green+Blue) = 106+79+149=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A4F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4F95 is #95B06A. Grayscale: #5E5E5E. Windows color (decimal): -9810027 or 9785194. OLE color: 9785194.

HSL color Cylindrical-coordinate representation of color #6A4F95: hue angle of 263.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A4F95 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10679149-
CMYK0.290.4700.42
HSL263.14º30.7%44.71%-
HSV(B)263.14º46.98%58.43%-
XYZ14.1610.8329.78-
YUV95.05158.45135.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.74%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=31.74%
G=23.65%
B=44.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106791490.290.4700.42263.1430.744.71
Hex6A4F951D2F02A1071f2d
Octal15211722535570524073755
Binary110101010011111001010111101101111010101010000011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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