#604768

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

Shades of Honey Flower #604768

Tints of Honey Flower #604768

Color information

#604768 (or 0x604768) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 68. RGB value is (96,71,104). Sum of RGB (Red+Green+Blue) = 96+71+104=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #604768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604768 is #9FB897. Grayscale: #525252. Windows color (decimal): -10467480 or 6834016. OLE color: 6834016.

HSL color Cylindrical-coordinate representation of color #604768: hue angle of 285.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604768 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9671104-
CMYK0.080.3200.59
HSL285.45º18.86%34.31%-
HSV(B)285.45º31.73%40.78%-
XYZ9.587.9914.13-
YUV82.24140.28137.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.42%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=35.42%
G=26.20%
B=38.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96711040.080.3200.59285.4518.8634.31
Hex60476882003B11d1322
Octal14010715010400734352342
Binary1100000100011111010001000100000011101110001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604768; }

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

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

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

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

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

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

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

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