#6C4D90

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

Shades of Butterfly Bush #6C4D90

Tints of Butterfly Bush #6C4D90

Color information

#6C4D90 (or 0x6C4D90) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 4D and 90. RGB value is (108,77,144). Sum of RGB (Red+Green+Blue) = 108+77+144=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4D90 is #93B26F. Grayscale: #5D5D5D. Windows color (decimal): -9679472 or 9457004. OLE color: 9457004.

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

Color convert

RGB10877144-
CMYK0.250.4700.44
HSL267.76º30.32%43.33%-
HSV(B)267.76º46.53%56.47%-
XYZ13.8710.5127.68-
YUV93.91156.27138.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=32.83%
G=23.40%
B=43.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108771440.250.4700.44267.7630.3243.33
Hex6C4D90192F02C10c1e2b
Octal15411522031570544143653
Binary110110010011011001000011001101111010110010000110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,77,144); }

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

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

 a { background-color: rgb(108,77,144); }

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

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

 span { border-color: rgb(108,77,144); }

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