#604a73

Color #604A73 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #604A73

Tints of Honey Flower #604A73

Color information

#604A73 (or 0x604A73) is unknown color: approx Honey Flower. HEX triplet: 60, 4A and 73. RGB value is (96,74,115). Sum of RGB (Red+Green+Blue) = 96+74+115=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #604A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A73 is #9FB58C. Grayscale: #555555. Windows color (decimal): -10466701 or 7555680. OLE color: 7555680.

HSL color Cylindrical-coordinate representation of color #604A73: hue angle of 272.2º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #604A73 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9674115-
CMYK0.170.3600.55
HSL272.2º21.69%37.06%-
HSV(B)272.2º35.65%45.1%-
XYZ10.378.6217.34-
YUV85.25144.79135.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=33.68%
G=25.96%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96741150.170.3600.55272.221.6937.06
Hex604A7311240371101625
Octal14011216321440674202645
Binary11000001001010111001110001100100011011110001000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604a73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,74,115); }

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

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

 a { background-color: rgb(96,74,115); }

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

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

 span { border-color: rgb(96,74,115); }

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