#604C99

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

Shades of Daisy Bush #604C99

Tints of Daisy Bush #604C99

Color information

#604C99 (or 0x604C99) is unknown color: approx Daisy Bush. HEX triplet: 60, 4C and 99. RGB value is (96,76,153). Sum of RGB (Red+Green+Blue) = 96+76+153=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #604C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C99 is #9FB366. Grayscale: #5A5A5A. Windows color (decimal): -10466151 or 10046560. OLE color: 10046560.

HSL color Cylindrical-coordinate representation of color #604C99: hue angle of 255.58º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604C99 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9676153-
CMYK0.370.5000.4
HSL255.58º33.62%44.9%-
HSV(B)255.58º50.33%60%-
XYZ13.169.9631.37-
YUV90.76163.13131.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=29.54%
G=23.38%
B=47.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96761530.370.5000.4255.5833.6244.9
Hex604C992532028100222d
Octal14011423145620504004255
Binary11000001001100100110011001011100100101000100000000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604C99; }

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

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

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

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

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

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

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

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