#60489A

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

Shades of Daisy Bush #60489A

Tints of Daisy Bush #60489A

Color information

#60489A (or 0x60489A) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 9A. RGB value is (96,72,154). Sum of RGB (Red+Green+Blue) = 96+72+154=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #60489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60489A is #9FB765. Grayscale: #585858. Windows color (decimal): -10467174 or 10111072. OLE color: 10111072.

HSL color Cylindrical-coordinate representation of color #60489A: hue angle of 257.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60489A is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9672154-
CMYK0.380.5300.40
HSL257.56º36.28%44.31%-
HSV(B)257.56º53.25%60.39%-
XYZ12.979.4531.71-
YUV88.52164.95133.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=29.81%
G=22.36%
B=47.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96721540.380.5300.40257.5636.2844.31
Hex60489A2635028102242c
Octal14011023246650504024454
Binary11000001001000100110101001101101010101000100000010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60489A; }

 p { color: rgb(96,72,154); }

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

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

 a { background-color: rgb(96,72,154); }

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

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

 span { border-color: rgb(96,72,154); }

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