#605499

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

Shades of Butterfly Bush #605499

Tints of Butterfly Bush #605499

Color information

#605499 (or 0x605499) is unknown color: approx Butterfly Bush. HEX triplet: 60, 54 and 99. RGB value is (96,84,153). Sum of RGB (Red+Green+Blue) = 96+84+153=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #605499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605499 is #9FAB66. Grayscale: #5F5F5F. Windows color (decimal): -10464103 or 10048608. OLE color: 10048608.

HSL color Cylindrical-coordinate representation of color #605499: hue angle of 250.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #605499 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9684153-
CMYK0.370.4500.4
HSL250.43º29.11%46.47%-
HSV(B)250.43º45.1%60%-
XYZ13.7411.1331.56-
YUV95.45160.48128.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=28.83%
G=25.23%
B=45.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96841530.370.4500.4250.4329.1146.47
Hex605499252D028fa1d2e
Octal14012423145550503723556
Binary110000010101001001100110010110110101010001111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605499; }

 p { color: rgb(96,84,153); }

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

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

 a { background-color: rgb(96,84,153); }

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

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

 span { border-color: rgb(96,84,153); }

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