#604078

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

Shades of Honey Flower #604078

Tints of Honey Flower #604078

Color information

#604078 (or 0x604078) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 78. RGB value is (96,64,120). Sum of RGB (Red+Green+Blue) = 96+64+120=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #604078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604078 is #9FBF87. Grayscale: #4F4F4F. Windows color (decimal): -10469256 or 7880800. OLE color: 7880800.

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

Color convert

RGB9664120-
CMYK0.20.4700.53
HSL274.29º30.43%36.08%-
HSV(B)274.29º46.67%47.06%-
XYZ10.057.5118.69-
YUV79.95150.6139.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=34.29%
G=22.86%
B=42.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96641200.20.4700.53274.2930.4336.08
Hex604078142F0351121e24
Octal14010017024570654223644
Binary11000001000000111100010100101111011010110001001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604078; }

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

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

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

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

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

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

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

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