#604070

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

Shades of Honey Flower #604070

Tints of Honey Flower #604070

Color information

#604070 (or 0x604070) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 70. RGB value is (96,64,112). Sum of RGB (Red+Green+Blue) = 96+64+112=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #604070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604070 is #9FBF8F. Grayscale: #4E4E4E. Windows color (decimal): -10469264 or 7356512. OLE color: 7356512.

HSL color Cylindrical-coordinate representation of color #604070: hue angle of 280º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604070 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9664112-
CMYK0.140.4300.56
HSL280º27.27%34.51%-
HSV(B)280º42.86%43.92%-
XYZ9.587.3216.24-
YUV79.04146.6140.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=35.29%
G=23.53%
B=41.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96641120.140.4300.5628027.2734.51
Hex604070E2B0381181b23
Octal14010016016530704303343
Binary1100000100000011100001110101011011100010001100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604070; }

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

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

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

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

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

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

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

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