#604592

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

Shades of Daisy Bush #604592

Tints of Daisy Bush #604592

Color information

#604592 (or 0x604592) is unknown color: approx Daisy Bush. HEX triplet: 60, 45 and 92. RGB value is (96,69,146). Sum of RGB (Red+Green+Blue) = 96+69+146=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #604592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604592 is #9FBA6D. Grayscale: #555555. Windows color (decimal): -10467950 or 9586016. OLE color: 9586016.

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

Color convert

RGB9669146-
CMYK0.340.5300.43
HSL261.04º35.81%42.16%-
HSV(B)261.04º52.74%57.25%-
XYZ12.148.8228.26-
YUV85.85161.95135.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=30.87%
G=22.19%
B=46.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96691460.340.5300.43261.0435.8142.16
Hex604592223502B105242a
Octal14010522242650534054452
Binary11000001000101100100101000101101010101011100000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604592; }

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

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

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

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

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

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

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

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