#60498c

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

Shades of Daisy Bush #60498C

Tints of Daisy Bush #60498C

Color information

#60498C (or 0x60498C) is unknown color: approx Daisy Bush. HEX triplet: 60, 49 and 8C. RGB value is (96,73,140). Sum of RGB (Red+Green+Blue) = 96+73+140=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #60498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60498C is #9FB673. Grayscale: #575757. Windows color (decimal): -10466932 or 9193824. OLE color: 9193824.

HSL color Cylindrical-coordinate representation of color #60498C: hue angle of 260.6º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60498C is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9673140-
CMYK0.310.4800.45
HSL260.6º31.46%41.76%-
HSV(B)260.6º47.86%54.9%-
XYZ11.949.1525.95-
YUV87.52157.62134.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=31.07%
G=23.62%
B=45.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96731400.310.4800.45260.631.4641.76
Hex60498C1F3002D1051f2a
Octal14011121437600554053752
Binary110000010010011000110011111110000010110110000010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60498c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60498c; }

 p { color: rgb(96,73,140); }

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

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

 a { background-color: rgb(96,73,140); }

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

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

 span { border-color: rgb(96,73,140); }

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