#604585

Color #604585 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #604585

Tints of Daisy Bush #604585

Color information

#604585 (or 0x604585) is unknown color: approx Daisy Bush. HEX triplet: 60, 45 and 85. RGB value is (96,69,133). Sum of RGB (Red+Green+Blue) = 96+69+133=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #604585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604585 is #9FBA7A. Grayscale: #545454. Windows color (decimal): -10467963 or 8734048. OLE color: 8734048.

HSL color Cylindrical-coordinate representation of color #604585: hue angle of 265.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604585 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9669133-
CMYK0.280.4800.48
HSL265.31º31.68%39.61%-
HSV(B)265.31º48.12%52.16%-
XYZ11.198.4423.23-
YUV84.37155.45136.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=32.21%
G=23.15%
B=44.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96691330.280.4800.48265.3131.6839.61
Hex6045851C300301092028
Octal14010520534600604114050
Binary1100000100010110000101111001100000110000100001001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604585; }

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

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

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

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

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

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

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

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