#604072

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

Shades of Honey Flower #604072

Tints of Honey Flower #604072

Color information

#604072 (or 0x604072) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 72. RGB value is (96,64,114). Sum of RGB (Red+Green+Blue) = 96+64+114=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #604072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604072 is #9FBF8D. Grayscale: #4F4F4F. Windows color (decimal): -10469262 or 7487584. OLE color: 7487584.

HSL color Cylindrical-coordinate representation of color #604072: hue angle of 278.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604072 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9664114-
CMYK0.160.4400.55
HSL278.4º28.09%34.9%-
HSV(B)278.4º43.86%44.71%-
XYZ9.697.3716.83-
YUV79.27147.6139.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=35.04%
G=23.36%
B=41.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96641140.160.4400.55278.428.0934.9
Hex604072102C0371161c23
Octal14010016220540674263443
Binary11000001000000111001010000101100011011110001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604072; }

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

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

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

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

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

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

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

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