#604295

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

Shades of Daisy Bush #604295

Tints of Daisy Bush #604295

Color information

#604295 (or 0x604295) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 95. RGB value is (96,66,149). Sum of RGB (Red+Green+Blue) = 96+66+149=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #604295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604295 is #9FBD6A. Grayscale: #545454. Windows color (decimal): -10468715 or 9781856. OLE color: 9781856.

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

Color convert

RGB9666149-
CMYK0.360.5600.42
HSL261.69º38.6%42.16%-
HSV(B)261.69º55.7%58.43%-
XYZ12.28.5529.44-
YUV84.43164.44136.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=30.87%
G=21.22%
B=47.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96661490.360.5600.42261.6938.642.16
Hex604295243802A106272a
Octal14010222544700524064752
Binary11000001000010100101011001001110000101010100000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604295; }

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

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

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

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

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

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

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

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