#604575

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

Shades of Honey Flower #604575

Tints of Honey Flower #604575

Color information

#604575 (or 0x604575) is unknown color: approx Honey Flower. HEX triplet: 60, 45 and 75. RGB value is (96,69,117). Sum of RGB (Red+Green+Blue) = 96+69+117=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #604575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604575 is #9FBA8A. Grayscale: #525252. Windows color (decimal): -10467979 or 7685472. OLE color: 7685472.

HSL color Cylindrical-coordinate representation of color #604575: hue angle of 273.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604575 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9669117-
CMYK0.180.4100.54
HSL273.75º25.81%36.47%-
HSV(B)273.75º41.03%45.88%-
XYZ10.168.0317.84-
YUV82.54147.45137.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=34.04%
G=24.47%
B=41.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96691170.180.4100.54273.7525.8136.47
Hex60457512290361121a24
Octal14010516522510664223244
Binary11000001000101111010110010101001011011010001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604575; }

 p { color: rgb(96,69,117); }

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

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

 a { background-color: rgb(96,69,117); }

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

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

 span { border-color: rgb(96,69,117); }

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