#604777

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

Shades of Honey Flower #604777

Tints of Honey Flower #604777

Color information

#604777 (or 0x604777) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 77. RGB value is (96,71,119). Sum of RGB (Red+Green+Blue) = 96+71+119=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #604777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604777 is #9FB888. Grayscale: #535353. Windows color (decimal): -10467465 or 7817056. OLE color: 7817056.

HSL color Cylindrical-coordinate representation of color #604777: hue angle of 271.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #604777 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9671119-
CMYK0.190.4000.53
HSL271.25º25.26%37.25%-
HSV(B)271.25º40.34%46.67%-
XYZ10.418.3318.51-
YUV83.95147.78136.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=33.57%
G=24.83%
B=41.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96711190.190.4000.53271.2525.2637.25
Hex604777132803510f1925
Octal14010716723500654173145
Binary11000001000111111011110011101000011010110000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604777; }

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

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

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

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

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

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

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

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