#605090

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

Shades of Butterfly Bush #605090

Tints of Butterfly Bush #605090

Color information

#605090 (or 0x605090) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 90. RGB value is (96,80,144). Sum of RGB (Red+Green+Blue) = 96+80+144=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #605090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605090 is #9FAF6F. Grayscale: #5B5B5B. Windows color (decimal): -10465136 or 9457760. OLE color: 9457760.

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

Color convert

RGB9680144-
CMYK0.330.4400.44
HSL255º28.57%43.92%-
HSV(B)255º44.44%56.47%-
XYZ12.7310.2427.69-
YUV92.08157.3130.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 45%
R=30%
G=25%
B=45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96801440.330.4400.4425528.5743.92
Hex605090212C02Cff1d2c
Octal14012022041540543773554
Binary110000010100001001000010000110110001011001111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605090; }

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

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

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

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

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

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

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

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