#604699

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

Shades of Daisy Bush #604699

Tints of Daisy Bush #604699

Color information

#604699 (or 0x604699) is unknown color: approx Daisy Bush. HEX triplet: 60, 46 and 99. RGB value is (96,70,153). Sum of RGB (Red+Green+Blue) = 96+70+153=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #604699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604699 is #9FB966. Grayscale: #565656. Windows color (decimal): -10467687 or 10045024. OLE color: 10045024.

HSL color Cylindrical-coordinate representation of color #604699: hue angle of 258.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #604699 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9670153-
CMYK0.370.5400.4
HSL258.8º37.22%43.73%-
HSV(B)258.8º54.25%60%-
XYZ12.769.1731.23-
YUV87.24165.11134.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=30.09%
G=21.94%
B=47.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96701530.370.5400.4258.837.2243.73
Hex6046992536028103252c
Octal14010623145660504034554
Binary11000001000110100110011001011101100101000100000011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604699; }

 p { color: rgb(96,70,153); }

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

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

 a { background-color: rgb(96,70,153); }

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

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

 span { border-color: rgb(96,70,153); }

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