#605699

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

Shades of Butterfly Bush #605699

Tints of Butterfly Bush #605699

Color information

#605699 (or 0x605699) is unknown color: approx Butterfly Bush. HEX triplet: 60, 56 and 99. RGB value is (96,86,153). Sum of RGB (Red+Green+Blue) = 96+86+153=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #605699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605699 is #9FA966. Grayscale: #606060. Windows color (decimal): -10463591 or 10049120. OLE color: 10049120.

HSL color Cylindrical-coordinate representation of color #605699: hue angle of 248.96º degrees, saturation: 0.28, 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 #605699 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9686153-
CMYK0.370.4400.4
HSL248.96º28.03%46.86%-
HSV(B)248.96º43.79%60%-
XYZ13.911.4431.61-
YUV96.63159.81127.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=28.66%
G=25.67%
B=45.67%

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
Decimal96861530.370.4400.4248.9628.0346.86
Hex605699252C028f91c2f
Octal14012623145540503713457
Binary110000010101101001100110010110110001010001111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605699; }

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

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

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

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

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

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

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

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