#604599

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

Shades of Daisy Bush #604599

Tints of Daisy Bush #604599

Color information

#604599 (or 0x604599) is unknown color: approx Daisy Bush. HEX triplet: 60, 45 and 99. RGB value is (96,69,153). Sum of RGB (Red+Green+Blue) = 96+69+153=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #604599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604599 is #9FBA66. Grayscale: #565656. Windows color (decimal): -10467943 or 10044768. OLE color: 10044768.

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

Color convert

RGB9669153-
CMYK0.370.5500.4
HSL259.29º37.84%43.53%-
HSV(B)259.29º54.9%60%-
XYZ12.79.0431.21-
YUV86.65165.45134.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=30.19%
G=21.70%
B=48.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96691530.370.5500.4259.2937.8443.53
Hex6045992537028103262c
Octal14010523145670504034654
Binary11000001000101100110011001011101110101000100000011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604599; }

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

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

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

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

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

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

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

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