#604E84

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

Shades of Butterfly Bush #604E84

Tints of Butterfly Bush #604E84

Color information

#604E84 (or 0x604E84) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4E and 84. RGB value is (96,78,132). Sum of RGB (Red+Green+Blue) = 96+78+132=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #604E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604E84 is #9FB17B. Grayscale: #595959. Windows color (decimal): -10465660 or 8670816. OLE color: 8670816.

HSL color Cylindrical-coordinate representation of color #604E84: hue angle of 260º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604E84 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9678132-
CMYK0.270.4100.48
HSL260º25.71%41.18%-
HSV(B)260º40.91%51.76%-
XYZ11.719.623.07-
YUV89.54151.96132.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=31.37%
G=25.49%
B=43.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96781320.270.4100.4826025.7141.18
Hex604E841B290301041a29
Octal14011620433510604043251
Binary110000010011101000010011011101001011000010000010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,78,132); }

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

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

 a { background-color: rgb(96,78,132); }

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

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

 span { border-color: rgb(96,78,132); }

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