#605099

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

Shades of Butterfly Bush #605099

Tints of Butterfly Bush #605099

Color information

#605099 (or 0x605099) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 99. RGB value is (96,80,153). Sum of RGB (Red+Green+Blue) = 96+80+153=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #605099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605099 is #9FAF66. Grayscale: #5C5C5C. Windows color (decimal): -10465127 or 10047584. OLE color: 10047584.

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

Color convert

RGB9680153-
CMYK0.370.4800.4
HSL253.15º31.33%45.69%-
HSV(B)253.15º47.71%60%-
XYZ13.4410.5231.46-
YUV93.11161.8130.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=29.18%
G=24.32%
B=46.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96801530.370.4800.4253.1531.3345.69
Hex6050992530028fd1f2e
Octal14012023145600503753756
Binary110000010100001001100110010111000001010001111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605099; }

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

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

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

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

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

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

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

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