#604396

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

Shades of Daisy Bush #604396

Tints of Daisy Bush #604396

Color information

#604396 (or 0x604396) is unknown color: approx Daisy Bush. HEX triplet: 60, 43 and 96. RGB value is (96,67,150). Sum of RGB (Red+Green+Blue) = 96+67+150=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #604396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604396 is #9FBC69. Grayscale: #545454. Windows color (decimal): -10468458 or 9847648. OLE color: 9847648.

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

Color convert

RGB9667150-
CMYK0.360.5500.41
HSL260.96º38.25%42.55%-
HSV(B)260.96º55.33%58.82%-
XYZ12.348.729.88-
YUV85.13164.61135.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=30.67%
G=21.41%
B=47.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96671500.360.5500.41260.9638.2542.55
Hex6043962437029105262b
Octal14010322644670514054653
Binary11000001000011100101101001001101110101001100000101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604396; }

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

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

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

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

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

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

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

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