#605293

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

Shades of Butterfly Bush #605293

Tints of Butterfly Bush #605293

Color information

#605293 (or 0x605293) is unknown color: approx Butterfly Bush. HEX triplet: 60, 52 and 93. RGB value is (96,82,147). Sum of RGB (Red+Green+Blue) = 96+82+147=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #605293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605293 is #9FAD6C. Grayscale: #5D5D5D. Windows color (decimal): -10464621 or 9654880. OLE color: 9654880.

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

Color convert

RGB9682147-
CMYK0.350.4400.42
HSL252.92º28.38%44.9%-
HSV(B)252.92º44.22%57.65%-
XYZ13.1110.6328.96-
YUV93.6158.14129.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=29.54%
G=25.23%
B=45.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96821470.350.4400.42252.9228.3844.9
Hex605293232C02Afd1c2d
Octal14012222343540523753455
Binary110000010100101001001110001110110001010101111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605293; }

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

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

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

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

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

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

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

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