#604974

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

Shades of Honey Flower #604974

Tints of Honey Flower #604974

Color information

#604974 (or 0x604974) is unknown color: approx Honey Flower. HEX triplet: 60, 49 and 74. RGB value is (96,73,116). Sum of RGB (Red+Green+Blue) = 96+73+116=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #604974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604974 is #9FB68B. Grayscale: #545454. Windows color (decimal): -10466956 or 7620960. OLE color: 7620960.

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

Color convert

RGB9673116-
CMYK0.170.3700.55
HSL272.09º22.75%37.06%-
HSV(B)272.09º37.07%45.49%-
XYZ10.368.5117.62-
YUV84.78145.62136-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=33.68%
G=25.61%
B=40.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96731160.170.3700.55272.0922.7537.06
Hex60497411250371101725
Octal14011116421450674202745
Binary11000001001001111010010001100101011011110001000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604974; }

 p { color: rgb(96,73,116); }

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

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

 a { background-color: rgb(96,73,116); }

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

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

 span { border-color: rgb(96,73,116); }

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