#604F84

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

Shades of Butterfly Bush #604F84

Tints of Butterfly Bush #604F84

Color information

#604F84 (or 0x604F84) is unknown color: approx Butterfly Bush. HEX triplet: 60, 4F and 84. RGB value is (96,79,132). Sum of RGB (Red+Green+Blue) = 96+79+132=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #604F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #604F84 is #9FB07B. Grayscale: #595959. Windows color (decimal): -10465404 or 8671072. OLE color: 8671072.

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

Color convert

RGB9679132-
CMYK0.270.4000.48
HSL259.25º25.12%41.37%-
HSV(B)259.25º40.15%51.76%-
XYZ11.789.7423.09-
YUV90.12151.63132.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=31.27%
G=25.73%
B=43.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96791320.270.4000.48259.2525.1241.37
Hex604F841B280301031929
Octal14011720433500604033151
Binary110000010011111000010011011101000011000010000001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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