#604077

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

Shades of Honey Flower #604077

Tints of Honey Flower #604077

Color information

#604077 (or 0x604077) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 77. RGB value is (96,64,119). Sum of RGB (Red+Green+Blue) = 96+64+119=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #604077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604077 is #9FBF88. Grayscale: #4F4F4F. Windows color (decimal): -10469257 or 7815264. OLE color: 7815264.

HSL color Cylindrical-coordinate representation of color #604077: hue angle of 274.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #604077 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9664119-
CMYK0.190.4600.53
HSL274.91º30.05%35.88%-
HSV(B)274.91º46.22%46.67%-
XYZ9.997.4918.37-
YUV79.84150.1139.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=34.41%
G=22.94%
B=42.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96641190.190.4600.53274.9130.0535.88
Hex604077132E0351131e24
Octal14010016723560654233644
Binary11000001000000111011110011101110011010110001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604077; }

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

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

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

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

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

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

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

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