#605490

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

Shades of Butterfly Bush #605490

Tints of Butterfly Bush #605490

Color information

#605490 (or 0x605490) is unknown color: approx Butterfly Bush. HEX triplet: 60, 54 and 90. RGB value is (96,84,144). Sum of RGB (Red+Green+Blue) = 96+84+144=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #605490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605490 is #9FAB6F. Grayscale: #5E5E5E. Windows color (decimal): -10464112 or 9458784. OLE color: 9458784.

HSL color Cylindrical-coordinate representation of color #605490: hue angle of 252º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605490 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9684144-
CMYK0.330.4200.44
HSL252º26.32%44.71%-
HSV(B)252º41.67%56.47%-
XYZ13.0310.8427.79-
YUV94.43155.98129.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.63%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=29.63%
G=25.93%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96841440.330.4200.4425226.3244.71
Hex605490212A02Cfc1a2d
Octal14012422041520543743255
Binary110000010101001001000010000110101001011001111110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605490; }

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

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

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

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

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

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

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

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