#604069

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

Shades of Honey Flower #604069

Tints of Honey Flower #604069

Color information

#604069 (or 0x604069) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 69. RGB value is (96,64,105). Sum of RGB (Red+Green+Blue) = 96+64+105=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #604069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604069 is #9FBF96. Grayscale: #4E4E4E. Windows color (decimal): -10469271 or 6897760. OLE color: 6897760.

HSL color Cylindrical-coordinate representation of color #604069: hue angle of 286.83º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #604069 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9664105-
CMYK0.090.3900.59
HSL286.83º24.26%33.14%-
HSV(B)286.83º39.05%41.18%-
XYZ9.217.1714.26-
YUV78.24143.1140.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=36.23%
G=24.15%
B=39.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96641050.090.3900.59286.8324.2633.14
Hex60406992703B11f1821
Octal14010015111470734373041
Binary1100000100000011010011001100111011101110001111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604069; }

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

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

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

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

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

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

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

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