#605496

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

Shades of Butterfly Bush #605496

Tints of Butterfly Bush #605496

Color information

#605496 (or 0x605496) is unknown color: approx Butterfly Bush. HEX triplet: 60, 54 and 96. RGB value is (96,84,150). Sum of RGB (Red+Green+Blue) = 96+84+150=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #605496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605496 is #9FAB69. Grayscale: #5E5E5E. Windows color (decimal): -10464106 or 9852000. OLE color: 9852000.

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

Color convert

RGB9684150-
CMYK0.360.4400.41
HSL250.91º28.21%45.88%-
HSV(B)250.91º44%58.82%-
XYZ13.511.0330.27-
YUV95.11158.98128.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=29.09%
G=25.45%
B=45.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96841500.360.4400.41250.9128.2145.88
Hex605496242C029fb1c2e
Octal14012422644540513733456
Binary110000010101001001011010010010110001010011111101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605496; }

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

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

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

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

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

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

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

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