#605599

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

Shades of Butterfly Bush #605599

Tints of Butterfly Bush #605599

Color information

#605599 (or 0x605599) is unknown color: approx Butterfly Bush. HEX triplet: 60, 55 and 99. RGB value is (96,85,153). Sum of RGB (Red+Green+Blue) = 96+85+153=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #605599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605599 is #9FAA66. Grayscale: #5F5F5F. Windows color (decimal): -10463847 or 10048864. OLE color: 10048864.

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

Color convert

RGB9685153-
CMYK0.370.4400.4
HSL249.71º28.57%46.67%-
HSV(B)249.71º44.44%60%-
XYZ13.8211.2831.59-
YUV96.04160.14127.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=28.74%
G=25.45%
B=45.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96851530.370.4400.4249.7128.5746.67
Hex605599252C028fa1d2f
Octal14012523145540503723557
Binary110000010101011001100110010110110001010001111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605599; }

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

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

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

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

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

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

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

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