#6A5783

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

Shades of Butterfly Bush #6A5783

Tints of Butterfly Bush #6A5783

Color information

#6A5783 (or 0x6A5783) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 57 and 83. RGB value is (106,87,131). Sum of RGB (Red+Green+Blue) = 106+87+131=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A5783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5783 is #95A87C. Grayscale: #616161. Windows color (decimal): -9807997 or 8607594. OLE color: 8607594.

HSL color Cylindrical-coordinate representation of color #6A5783: hue angle of 265.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A5783 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10687131-
CMYK0.190.3400.49
HSL265.91º20.18%42.75%-
HSV(B)265.91º33.59%51.37%-
XYZ13.4511.5222.99-
YUV97.7146.79133.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.72%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=32.72%
G=26.85%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106871310.190.3400.49265.9120.1842.75
Hex6A5783132203110a142b
Octal15212720323420614122453
Binary110101010101111000001110011100010011000110000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,131); }

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

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

 a { background-color: rgb(106,87,131); }

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

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

 span { border-color: rgb(106,87,131); }

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