#604F87

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

Shades of Butterfly Bush #604F87

Tints of Butterfly Bush #604F87

Color information

#604F87 (or 0x604F87) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4F and 87. RGB value is (96,79,135). Sum of RGB (Red+Green+Blue) = 96+79+135=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #604F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F87 is #9FB078. Grayscale: #5A5A5A. Windows color (decimal): -10465401 or 8867680. OLE color: 8867680.

HSL color Cylindrical-coordinate representation of color #604F87: hue angle of 258.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604F87 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9679135-
CMYK0.290.4100.47
HSL258.21º26.17%41.96%-
HSV(B)258.21º41.48%52.94%-
XYZ11.999.8324.19-
YUV90.47153.13131.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=30.97%
G=25.48%
B=43.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96791350.290.4100.47258.2126.1741.96
Hex604F871D2902F1021a2a
Octal14011720735510574023252
Binary110000010011111000011111101101001010111110000001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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