#604578

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

Shades of Honey Flower #604578

Tints of Honey Flower #604578

Color information

#604578 (or 0x604578) is unknown color: approx Honey Flower. HEX triplet: 60, 45 and 78. RGB value is (96,69,120). Sum of RGB (Red+Green+Blue) = 96+69+120=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #604578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604578 is #9FBA87. Grayscale: #525252. Windows color (decimal): -10467976 or 7882080. OLE color: 7882080.

HSL color Cylindrical-coordinate representation of color #604578: hue angle of 271.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604578 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9669120-
CMYK0.20.4200.53
HSL271.76º26.98%37.06%-
HSV(B)271.76º42.5%47.06%-
XYZ10.348.118.79-
YUV82.89148.95137.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=33.68%
G=24.21%
B=42.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96691200.20.4200.53271.7626.9837.06
Hex604578142A0351101b25
Octal14010517024520654203345
Binary11000001000101111100010100101010011010110001000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604578; }

 p { color: rgb(96,69,120); }

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

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

 a { background-color: rgb(96,69,120); }

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

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

 span { border-color: rgb(96,69,120); }

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