#604594

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

Shades of Daisy Bush #604594

Tints of Daisy Bush #604594

Color information

#604594 (or 0x604594) is unknown color: approx Daisy Bush. HEX triplet: 60, 45 and 94. RGB value is (96,69,148). Sum of RGB (Red+Green+Blue) = 96+69+148=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #604594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604594 is #9FBA6B. Grayscale: #555555. Windows color (decimal): -10467948 or 9717088. OLE color: 9717088.

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

Color convert

RGB9669148-
CMYK0.350.5300.42
HSL260.51º36.41%42.55%-
HSV(B)260.51º53.38%58.04%-
XYZ12.38.8829.08-
YUV86.08162.95135.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=30.67%
G=22.04%
B=47.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96691480.350.5300.42260.5136.4142.55
Hex604594233502A105242b
Octal14010522443650524054453
Binary11000001000101100101001000111101010101010100000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604594; }

 p { color: rgb(96,69,148); }

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

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

 a { background-color: rgb(96,69,148); }

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

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

 span { border-color: rgb(96,69,148); }

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