#604076

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

Shades of Honey Flower #604076

Tints of Honey Flower #604076

Color information

#604076 (or 0x604076) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 76. RGB value is (96,64,118). Sum of RGB (Red+Green+Blue) = 96+64+118=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #604076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604076 is #9FBF89. Grayscale: #4F4F4F. Windows color (decimal): -10469258 or 7749728. OLE color: 7749728.

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

Color convert

RGB9664118-
CMYK0.190.4600.54
HSL275.56º29.67%35.69%-
HSV(B)275.56º45.76%46.27%-
XYZ9.937.4618.06-
YUV79.72149.6139.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=34.53%
G=23.02%
B=42.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96641180.190.4600.54275.5629.6735.69
Hex604076132E0361141e24
Octal14010016623560664243644
Binary11000001000000111011010011101110011011010001010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604076; }

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

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

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

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

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

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

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

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