#604971

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

Shades of Honey Flower #604971

Tints of Honey Flower #604971

Color information

#604971 (or 0x604971) is unknown color: approx Honey Flower. HEX triplet: 60, 49 and 71. RGB value is (96,73,113). Sum of RGB (Red+Green+Blue) = 96+73+113=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #604971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604971 is #9FB68E. Grayscale: #545454. Windows color (decimal): -10466959 or 7424352. OLE color: 7424352.

HSL color Cylindrical-coordinate representation of color #604971: hue angle of 274.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #604971 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9673113-
CMYK0.150.3500.56
HSL274.5º21.51%36.47%-
HSV(B)274.5º35.4%44.31%-
XYZ10.198.4416.72-
YUV84.44144.12136.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=34.04%
G=25.89%
B=40.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96731130.150.3500.56274.521.5136.47
Hex604971F230381121624
Octal14011116117430704222644
Binary1100000100100111100011111100011011100010001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604971; }

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

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

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

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

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

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

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

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