#604895

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

Shades of Daisy Bush #604895

Tints of Daisy Bush #604895

Color information

#604895 (or 0x604895) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 95. RGB value is (96,72,149). Sum of RGB (Red+Green+Blue) = 96+72+149=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #604895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604895 is #9FB76A. Grayscale: #575757. Windows color (decimal): -10467179 or 9783392. OLE color: 9783392.

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

Color convert

RGB9672149-
CMYK0.360.5200.42
HSL258.7º34.84%43.33%-
HSV(B)258.7º51.68%58.43%-
XYZ12.579.2929.56-
YUV87.95162.45133.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=30.28%
G=22.71%
B=47.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96721490.360.5200.42258.734.8443.33
Hex604895243402A103232b
Octal14011022544640524034353
Binary11000001001000100101011001001101000101010100000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604895; }

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

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

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

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

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

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

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

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