#604993

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

Shades of Daisy Bush #604993

Tints of Daisy Bush #604993

Color information

#604993 (or 0x604993) is unknown color: approx Daisy Bush. HEX triplet: 60, 49 and 93. RGB value is (96,73,147). Sum of RGB (Red+Green+Blue) = 96+73+147=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #604993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604993 is #9FB66C. Grayscale: #585858. Windows color (decimal): -10466925 or 9652576. OLE color: 9652576.

HSL color Cylindrical-coordinate representation of color #604993: hue angle of 258.65º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604993 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9673147-
CMYK0.350.5000.42
HSL258.65º33.64%43.14%-
HSV(B)258.65º50.34%57.65%-
XYZ12.479.3628.75-
YUV88.31161.12133.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=30.38%
G=23.10%
B=46.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96731470.350.5000.42258.6533.6443.14
Hex604993233202A103222b
Octal14011122343620524034253
Binary11000001001001100100111000111100100101010100000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604993; }

 p { color: rgb(96,73,147); }

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

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

 a { background-color: rgb(96,73,147); }

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

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

 span { border-color: rgb(96,73,147); }

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