#604773

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

Shades of Honey Flower #604773

Tints of Honey Flower #604773

Color information

#604773 (or 0x604773) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 73. RGB value is (96,71,115). Sum of RGB (Red+Green+Blue) = 96+71+115=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #604773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604773 is #9FB88C. Grayscale: #535353. Windows color (decimal): -10467469 or 7554912. OLE color: 7554912.

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

Color convert

RGB9671115-
CMYK0.170.3800.55
HSL274.09º23.66%36.47%-
HSV(B)274.09º38.26%45.1%-
XYZ10.178.2317.27-
YUV83.49145.78136.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=34.04%
G=25.18%
B=40.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96711150.170.3800.55274.0923.6636.47
Hex60477311260371121824
Octal14010716321460674223044
Binary11000001000111111001110001100110011011110001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604773; }

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

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

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

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

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

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

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

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