#6A4B90

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

Shades of Butterfly Bush #6A4B90

Tints of Butterfly Bush #6A4B90

Color information

#6A4B90 (or 0x6A4B90) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 4B and 90. RGB value is (106,75,144). Sum of RGB (Red+Green+Blue) = 106+75+144=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A4B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4B90 is #95B46F. Grayscale: #5B5B5B. Windows color (decimal): -9811056 or 9456490. OLE color: 9456490.

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

Color convert

RGB10675144-
CMYK0.260.4800.44
HSL266.96º31.51%42.94%-
HSV(B)266.96º47.92%56.47%-
XYZ13.4910.1127.63-
YUV92.14157.27137.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=32.62%
G=23.08%
B=44.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106751440.260.4800.44266.9631.5142.94
Hex6A4B901A3002C10b202b
Octal15211322032600544134053
Binary1101010100101110010000110101100000101100100001011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,144); }

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

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

 a { background-color: rgb(106,75,144); }

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

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

 span { border-color: rgb(106,75,144); }

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