#6A5090

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

Shades of Butterfly Bush #6A5090

Tints of Butterfly Bush #6A5090

Color information

#6A5090 (or 0x6A5090) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 50 and 90. RGB value is (106,80,144). Sum of RGB (Red+Green+Blue) = 106+80+144=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5090 is #95AF6F. Grayscale: #5E5E5E. Windows color (decimal): -9809776 or 9457770. OLE color: 9457770.

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

Color convert

RGB10680144-
CMYK0.260.4400.44
HSL264.38º28.57%43.92%-
HSV(B)264.38º44.44%56.47%-
XYZ13.8510.8227.74-
YUV95.07155.61135.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.12%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=32.12%
G=24.24%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal106801440.260.4400.44264.3828.5743.92
Hex6A50901A2C02C1081d2c
Octal15212022032540544103554
Binary110101010100001001000011010101100010110010000100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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