#604799

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

Shades of Daisy Bush #604799

Tints of Daisy Bush #604799

Color information

#604799 (or 0x604799) is unknown color: approx Daisy Bush. HEX triplet: 60, 47 and 99. RGB value is (96,71,153). Sum of RGB (Red+Green+Blue) = 96+71+153=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #604799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604799 is #9FB866. Grayscale: #575757. Windows color (decimal): -10467431 or 10045280. OLE color: 10045280.

HSL color Cylindrical-coordinate representation of color #604799: hue angle of 258.29º 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 #604799 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9671153-
CMYK0.370.5400.4
HSL258.29º36.61%43.92%-
HSV(B)258.29º53.59%60%-
XYZ12.839.2931.25-
YUV87.82164.78133.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=30%
G=22.19%
B=47.81%

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
Decimal96711530.370.5400.4258.2936.6143.92
Hex6047992536028102252c
Octal14010723145660504024554
Binary11000001000111100110011001011101100101000100000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604799; }

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

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

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

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

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

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

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

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