#604379

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

Shades of Honey Flower #604379

Tints of Honey Flower #604379

Color information

#604379 (or 0x604379) is unknown color: approx Honey Flower. HEX triplet: 60, 43 and 79. RGB value is (96,67,121). Sum of RGB (Red+Green+Blue) = 96+67+121=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #604379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604379 is #9FBC86. Grayscale: #515151. Windows color (decimal): -10468487 or 7947104. OLE color: 7947104.

HSL color Cylindrical-coordinate representation of color #604379: hue angle of 272.22º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604379 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9667121-
CMYK0.210.4500.53
HSL272.22º28.72%36.86%-
HSV(B)272.22º44.63%47.45%-
XYZ10.287.8819.07-
YUV81.83150.11138.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=33.80%
G=23.59%
B=42.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96671210.210.4500.53272.2228.7236.86
Hex604379152D0351101d25
Octal14010317125550654203545
Binary11000001000011111100110101101101011010110001000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604379; }

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

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

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

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

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

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

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

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