#604368

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

Shades of Honey Flower #604368

Tints of Honey Flower #604368

Color information

#604368 (or 0x604368) is unknown color: approx Honey Flower. HEX triplet: 60, 43 and 68. RGB value is (96,67,104). Sum of RGB (Red+Green+Blue) = 96+67+104=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #604368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604368 is #9FBC97. Grayscale: #4F4F4F. Windows color (decimal): -10468504 or 6832992. OLE color: 6832992.

HSL color Cylindrical-coordinate representation of color #604368: hue angle of 287.03º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #604368 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9667104-
CMYK0.080.3600.59
HSL287.03º21.64%33.53%-
HSV(B)287.03º35.58%40.78%-
XYZ9.337.514.05-
YUV79.89141.61139.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=35.96%
G=25.09%
B=38.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96671040.080.3600.59287.0321.6433.53
Hex60436882403B11f1622
Octal14010315010440734372642
Binary1100000100001111010001000100100011101110001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604368; }

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

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

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

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

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

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

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

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