#604573

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

Shades of Honey Flower #604573

Tints of Honey Flower #604573

Color information

#604573 (or 0x604573) is unknown color: approx Honey Flower. HEX triplet: 60, 45 and 73. RGB value is (96,69,115). Sum of RGB (Red+Green+Blue) = 96+69+115=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #604573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604573 is #9FBA8C. Grayscale: #525252. Windows color (decimal): -10467981 or 7554400. OLE color: 7554400.

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

Color convert

RGB9669115-
CMYK0.170.400.55
HSL275.22º25%36.08%-
HSV(B)275.22º40%45.1%-
XYZ10.057.9817.23-
YUV82.32146.45137.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=34.29%
G=24.64%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96691150.170.400.55275.222536.08
Hex60457311280371131924
Octal14010516321500674233144
Binary11000001000101111001110001101000011011110001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604573; }

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

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

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

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

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

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

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

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