#604769

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

Shades of Honey Flower #604769

Tints of Honey Flower #604769

Color information

#604769 (or 0x604769) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 69. RGB value is (96,71,105). Sum of RGB (Red+Green+Blue) = 96+71+105=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #604769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604769 is #9FB896. Grayscale: #525252. Windows color (decimal): -10467479 or 6899552. OLE color: 6899552.

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

Color convert

RGB9671105-
CMYK0.090.3200.59
HSL284.12º19.32%34.51%-
HSV(B)284.12º32.38%41.18%-
XYZ9.638.0114.4-
YUV82.35140.78137.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=35.29%
G=26.10%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96711050.090.3200.59284.1219.3234.51
Hex60476992003B11c1323
Octal14010715111400734342343
Binary1100000100011111010011001100000011101110001110010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604769; }

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

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

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

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

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

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

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

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