#605693

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

Shades of Butterfly Bush #605693

Tints of Butterfly Bush #605693

Color information

#605693 (or 0x605693) is unknown color: approx Butterfly Bush. HEX triplet: 60, 56 and 93. RGB value is (96,86,147). Sum of RGB (Red+Green+Blue) = 96+86+147=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 86 (33.98% from 255 or 26.14% 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 #605693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605693 is #9FA96C. Grayscale: #5F5F5F. Windows color (decimal): -10463597 or 9655904. OLE color: 9655904.

HSL color Cylindrical-coordinate representation of color #605693: hue angle of 249.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605693 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9686147-
CMYK0.350.4100.42
HSL249.84º26.18%45.69%-
HSV(B)249.84º41.5%57.65%-
XYZ13.4211.2529.07-
YUV95.94156.81128.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=29.18%
G=26.14%
B=44.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96861470.350.4100.42249.8426.1845.69
Hex605693232902Afa1a2e
Octal14012622343510523723256
Binary110000010101101001001110001110100101010101111101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605693; }

 p { color: rgb(96,86,147); }

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

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

 a { background-color: rgb(96,86,147); }

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

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

 span { border-color: rgb(96,86,147); }

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