#604A6C

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

Shades of Honey Flower #604A6C

Tints of Honey Flower #604A6C

Color information

#604A6C (or 0x604A6C) is unknown color: approx Honey Flower. HEX triplet: 60, 4A and 6C. RGB value is (96,74,108). Sum of RGB (Red+Green+Blue) = 96+74+108=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #604A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A6C is #9FB593. Grayscale: #545454. Windows color (decimal): -10466708 or 7096928. OLE color: 7096928.

HSL color Cylindrical-coordinate representation of color #604A6C: hue angle of 278.82º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604A6C is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9674108-
CMYK0.110.3100.58
HSL278.82º18.68%35.69%-
HSV(B)278.82º31.48%42.35%-
XYZ9.988.4715.3-
YUV84.45141.29136.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=34.53%
G=26.62%
B=38.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96741080.110.3100.58278.8218.6835.69
Hex604A6CB1F03A1171324
Octal14011215413370724272344
Binary110000010010101101100101111111011101010001011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A6C; }

 p { color: rgb(96,74,108); }

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

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

 a { background-color: rgb(96,74,108); }

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

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

 span { border-color: rgb(96,74,108); }

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