#604A93

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

Shades of Daisy Bush #604A93

Tints of Daisy Bush #604A93

Color information

#604A93 (or 0x604A93) is unknown color: approx Daisy Bush. HEX triplet: 60, 4A and 93. RGB value is (96,74,147). Sum of RGB (Red+Green+Blue) = 96+74+147=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #604A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604A93 is #9FB56C. Grayscale: #585858. Windows color (decimal): -10466669 or 9652832. OLE color: 9652832.

HSL color Cylindrical-coordinate representation of color #604A93: hue angle of 258.08º degrees, saturation: 0.33, 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 #604A93 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9674147-
CMYK0.350.5000.42
HSL258.08º33.03%43.33%-
HSV(B)258.08º49.66%57.65%-
XYZ12.549.4928.77-
YUV88.9160.79133.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=30.28%
G=23.34%
B=46.37%

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
Decimal96741470.350.5000.42258.0833.0343.33
Hex604A93233202A102212b
Octal14011222343620524024153
Binary11000001001010100100111000111100100101010100000010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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