#604772

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

Shades of Honey Flower #604772

Tints of Honey Flower #604772

Color information

#604772 (or 0x604772) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 72. RGB value is (96,71,114). Sum of RGB (Red+Green+Blue) = 96+71+114=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #604772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604772 is #9FB88D. Grayscale: #535353. Windows color (decimal): -10467470 or 7489376. OLE color: 7489376.

HSL color Cylindrical-coordinate representation of color #604772: hue angle of 274.88º degrees, saturation: 0.23, 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 #604772 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9671114-
CMYK0.160.3800.55
HSL274.88º23.24%36.27%-
HSV(B)274.88º37.72%44.71%-
XYZ10.118.2116.97-
YUV83.38145.28137-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=34.16%
G=25.27%
B=40.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96711140.160.3800.55274.8823.2436.27
Hex60477210260371131724
Octal14010716220460674232744
Binary11000001000111111001010000100110011011110001001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604772; }

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

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

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

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

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

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

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

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