#604F85

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

Shades of Butterfly Bush #604F85

Tints of Butterfly Bush #604F85

Color information

#604F85 (or 0x604F85) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4F and 85. RGB value is (96,79,133). Sum of RGB (Red+Green+Blue) = 96+79+133=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #604F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F85 is #9FB07A. Grayscale: #5A5A5A. Windows color (decimal): -10465403 or 8736608. OLE color: 8736608.

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

Color convert

RGB9679133-
CMYK0.280.4100.48
HSL258.89º25.47%41.57%-
HSV(B)258.89º40.6%52.16%-
XYZ11.859.7723.45-
YUV90.24152.13132.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=31.17%
G=25.65%
B=43.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96791330.280.4100.48258.8925.4741.57
Hex604F851C29030103192a
Octal14011720534510604033152
Binary110000010011111000010111100101001011000010000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,133); }

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

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

 a { background-color: rgb(96,79,133); }

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

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

 span { border-color: rgb(96,79,133); }

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