#604497

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

Shades of Daisy Bush #604497

Tints of Daisy Bush #604497

Color information

#604497 (or 0x604497) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 97. RGB value is (96,68,151). Sum of RGB (Red+Green+Blue) = 96+68+151=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #604497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604497 is #9FBB68. Grayscale: #555555. Windows color (decimal): -10468201 or 9913440. OLE color: 9913440.

HSL color Cylindrical-coordinate representation of color #604497: hue angle of 260.24º 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 #604497 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9668151-
CMYK0.360.5500.41
HSL260.24º37.9%42.94%-
HSV(B)260.24º54.97%59.22%-
XYZ12.488.8630.33-
YUV85.83164.78135.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=30.48%
G=21.59%
B=47.94%

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
Decimal96681510.360.5500.41260.2437.942.94
Hex6044972437029104262b
Octal14010422744670514044653
Binary11000001000100100101111001001101110101001100000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604497; }

 p { color: rgb(96,68,151); }

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

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

 a { background-color: rgb(96,68,151); }

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

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

 span { border-color: rgb(96,68,151); }

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