#605096

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

Shades of Butterfly Bush #605096

Tints of Butterfly Bush #605096

Color information

#605096 (or 0x605096) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 96. RGB value is (96,80,150). Sum of RGB (Red+Green+Blue) = 96+80+150=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #605096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605096 is #9FAF69. Grayscale: #5C5C5C. Windows color (decimal): -10465130 or 9850976. OLE color: 9850976.

HSL color Cylindrical-coordinate representation of color #605096: hue angle of 253.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605096 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9680150-
CMYK0.360.4700.41
HSL253.71º30.43%45.1%-
HSV(B)253.71º46.67%58.82%-
XYZ13.210.4330.17-
YUV92.76160.3130.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=29.45%
G=24.54%
B=46.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96801500.360.4700.41253.7130.4345.1
Hex605096242F029fe1e2d
Octal14012022644570513763655
Binary110000010100001001011010010010111101010011111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605096; }

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

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

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

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

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

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

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

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