#604177

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

Shades of Honey Flower #604177

Tints of Honey Flower #604177

Color information

#604177 (or 0x604177) is unknown color: approx Honey Flower. HEX triplet: 60, 41 and 77. RGB value is (96,65,119). Sum of RGB (Red+Green+Blue) = 96+65+119=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #604177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604177 is #9FBE88. Grayscale: #505050. Windows color (decimal): -10469001 or 7815520. OLE color: 7815520.

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

Color convert

RGB9665119-
CMYK0.190.4500.53
HSL274.44º29.35%36.08%-
HSV(B)274.44º45.38%46.67%-
XYZ10.047.618.39-
YUV80.43149.77139.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=34.29%
G=23.21%
B=42.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96651190.190.4500.53274.4429.3536.08
Hex604177132D0351121d24
Octal14010116723550654223544
Binary11000001000001111011110011101101011010110001001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604177; }

 p { color: rgb(96,65,119); }

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

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

 a { background-color: rgb(96,65,119); }

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

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

 span { border-color: rgb(96,65,119); }

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