#604672

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

Shades of Honey Flower #604672

Tints of Honey Flower #604672

Color information

#604672 (or 0x604672) is unknown color: approx Honey Flower. HEX triplet: 60, 46 and 72. RGB value is (96,70,114). Sum of RGB (Red+Green+Blue) = 96+70+114=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #604672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604672 is #9FB98D. Grayscale: #525252. Windows color (decimal): -10467726 or 7489120. OLE color: 7489120.

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

Color convert

RGB9670114-
CMYK0.160.3900.55
HSL275.45º23.91%36.08%-
HSV(B)275.45º38.6%44.71%-
XYZ10.058.0816.95-
YUV82.79145.61137.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=34.29%
G=25%
B=40.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96701140.160.3900.55275.4523.9136.08
Hex60467210270371131824
Octal14010616220470674233044
Binary11000001000110111001010000100111011011110001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604672; }

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

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

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

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

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

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

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

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