#604296

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

Shades of Daisy Bush #604296

Tints of Daisy Bush #604296

Color information

#604296 (or 0x604296) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 96. RGB value is (96,66,150). Sum of RGB (Red+Green+Blue) = 96+66+150=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #604296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604296 is #9FBD69. Grayscale: #545454. Windows color (decimal): -10468714 or 9847392. OLE color: 9847392.

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

Color convert

RGB9666150-
CMYK0.360.5600.41
HSL261.43º38.89%42.35%-
HSV(B)261.43º56%58.82%-
XYZ12.288.5929.86-
YUV84.55164.94136.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=30.77%
G=21.15%
B=48.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96661500.360.5600.41261.4338.8942.35
Hex6042962438029105272a
Octal14010222644700514054752
Binary11000001000010100101101001001110000101001100000101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604296; }

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

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

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

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

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

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

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

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