#604376

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

Shades of Honey Flower #604376

Tints of Honey Flower #604376

Color information

#604376 (or 0x604376) is unknown color: approx Honey Flower. HEX triplet: 60, 43 and 76. RGB value is (96,67,118). Sum of RGB (Red+Green+Blue) = 96+67+118=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #604376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604376 is #9FBC89. Grayscale: #515151. Windows color (decimal): -10468490 or 7750496. OLE color: 7750496.

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

Color convert

RGB9667118-
CMYK0.190.4300.54
HSL274.12º27.57%36.27%-
HSV(B)274.12º43.22%46.27%-
XYZ10.17.8118.11-
YUV81.48148.61138.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=34.16%
G=23.84%
B=41.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96671180.190.4300.54274.1227.5736.27
Hex604376132B0361121c24
Octal14010316623530664223444
Binary11000001000011111011010011101011011011010001001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604376; }

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

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

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

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

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

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

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

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