#60489D

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

Shades of Daisy Bush #60489D

Tints of Daisy Bush #60489D

Color information

#60489D (or 0x60489D) is unknown color: approx Daisy Bush. HEX triplet: 60, 48 and 9D. RGB value is (96,72,157). Sum of RGB (Red+Green+Blue) = 96+72+157=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #60489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60489D is #9FB762. Grayscale: #585858. Windows color (decimal): -10467171 or 10307680. OLE color: 10307680.

HSL color Cylindrical-coordinate representation of color #60489D: hue angle of 256.94º 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 #60489D is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9672157-
CMYK0.390.5400.38
HSL256.94º37.12%44.9%-
HSV(B)256.94º54.14%61.57%-
XYZ13.239.5633.05-
YUV88.87166.45133.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=29.54%
G=22.15%
B=48.31%

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
Decimal96721570.390.5400.38256.9437.1244.9
Hex60489D2736026101252d
Octal14011023547660464014555
Binary11000001001000100111011001111101100100110100000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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