#60489E

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

Shades of Daisy Bush #60489E

Tints of Daisy Bush #60489E

Color information

#60489E (or 0x60489E) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 9E. RGB value is (96,72,158). Sum of RGB (Red+Green+Blue) = 96+72+158=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #60489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60489E is #9FB761. Grayscale: #585858. Windows color (decimal): -10467170 or 10373216. OLE color: 10373216.

HSL color Cylindrical-coordinate representation of color #60489E: hue angle of 256.74º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60489E is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9672158-
CMYK0.390.5400.38
HSL256.74º37.39%45.1%-
HSV(B)256.74º54.43%61.96%-
XYZ13.319.5933.5-
YUV88.98166.95133.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=29.45%
G=22.09%
B=48.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96721580.390.5400.38256.7437.3945.1
Hex60489E2736026101252d
Octal14011023647660464014555
Binary11000001001000100111101001111101100100110100000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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