#604899

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

Shades of Daisy Bush #604899

Tints of Daisy Bush #604899

Color information

#604899 (or 0x604899) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 99. RGB value is (96,72,153). Sum of RGB (Red+Green+Blue) = 96+72+153=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #604899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604899 is #9FB766. Grayscale: #585858. Windows color (decimal): -10467175 or 10045536. OLE color: 10045536.

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

Color convert

RGB9672153-
CMYK0.370.5300.4
HSL257.78º36%44.12%-
HSV(B)257.78º52.94%60%-
XYZ12.899.4231.28-
YUV88.41164.45133.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=29.91%
G=22.43%
B=47.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96721530.370.5300.4257.783644.12
Hex6048992535028102242c
Octal14011023145650504024454
Binary11000001001000100110011001011101010101000100000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604899; }

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

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

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

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

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

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

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

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