#6A4C93

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

Shades of Butterfly Bush #6A4C93

Tints of Butterfly Bush #6A4C93

Color information

#6A4C93 (or 0x6A4C93) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 4C and 93. RGB value is (106,76,147). Sum of RGB (Red+Green+Blue) = 106+76+147=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A4C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4C93 is #95B36C. Grayscale: #5C5C5C. Windows color (decimal): -9810797 or 9653354. OLE color: 9653354.

HSL color Cylindrical-coordinate representation of color #6A4C93: hue angle of 265.35º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A4C93 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10676147-
CMYK0.280.4800.42
HSL265.35º31.84%43.73%-
HSV(B)265.35º48.3%57.65%-
XYZ13.7910.3428.87-
YUV93.06158.44137.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=32.22%
G=23.10%
B=44.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106761470.280.4800.42265.3531.8443.73
Hex6A4C931C3002A109202c
Octal15211422334600524114054
Binary1101010100110010010011111001100000101010100001001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,76,147); }

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

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

 a { background-color: rgb(106,76,147); }

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

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

 span { border-color: rgb(106,76,147); }

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