#604D92

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

Shades of Butterfly Bush #604D92

Tints of Butterfly Bush #604D92

Color information

#604D92 (or 0x604D92) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4D and 92. RGB value is (96,77,146). Sum of RGB (Red+Green+Blue) = 96+77+146=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #604D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604D92 is #9FB26D. Grayscale: #5A5A5A. Windows color (decimal): -10465902 or 9588064. OLE color: 9588064.

HSL color Cylindrical-coordinate representation of color #604D92: hue angle of 256.52º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #604D92 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9677146-
CMYK0.340.4700.43
HSL256.52º30.94%43.73%-
HSV(B)256.52º47.26%57.25%-
XYZ12.679.8728.43-
YUV90.55159.29131.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=30.09%
G=24.14%
B=45.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96771460.340.4700.43256.5230.9443.73
Hex604D92222F02B1011f2c
Octal14011522242570534013754
Binary1100000100110110010010100010101111010101110000000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604D92; }

 p { color: rgb(96,77,146); }

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

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

 a { background-color: rgb(96,77,146); }

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

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

 span { border-color: rgb(96,77,146); }

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