#604583

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

Shades of Daisy Bush #604583

Tints of Daisy Bush #604583

Color information

#604583 (or 0x604583) is unknown color: approx Daisy Bush. HEX triplet: 60, 45 and 83. RGB value is (96,69,131). Sum of RGB (Red+Green+Blue) = 96+69+131=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #604583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604583 is #9FBA7C. Grayscale: #535353. Windows color (decimal): -10467965 or 8602976. OLE color: 8602976.

HSL color Cylindrical-coordinate representation of color #604583: hue angle of 266.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #604583 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9669131-
CMYK0.270.4700.49
HSL266.13º31%39.22%-
HSV(B)266.13º47.33%51.37%-
XYZ11.058.3822.51-
YUV84.14154.45136.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=32.43%
G=23.31%
B=44.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96691310.270.4700.49266.133139.22
Hex6045831B2F03110a1f27
Octal14010520333570614123747
Binary110000010001011000001111011101111011000110000101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604583; }

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

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

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

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

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

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

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

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