#605690

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

Shades of Butterfly Bush #605690

Tints of Butterfly Bush #605690

Color information

#605690 (or 0x605690) is unknown color: approx Butterfly Bush. HEX triplet: 60, 56 and 90. RGB value is (96,86,144). Sum of RGB (Red+Green+Blue) = 96+86+144=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #605690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605690 is #9FA96F. Grayscale: #5F5F5F. Windows color (decimal): -10463600 or 9459296. OLE color: 9459296.

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

Color convert

RGB9686144-
CMYK0.330.4000.44
HSL250.34º25.22%45.1%-
HSV(B)250.34º40.28%56.47%-
XYZ13.1911.1627.84-
YUV95.6155.31128.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=29.45%
G=26.38%
B=44.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96861440.330.4000.44250.3425.2245.1
Hex605690212802Cfa192d
Octal14012622041500543723155
Binary110000010101101001000010000110100001011001111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605690; }

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

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

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

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

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

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

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

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