#60448D

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

Shades of Daisy Bush #60448D

Tints of Daisy Bush #60448D

Color information

#60448D (or 0x60448D) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 8D. RGB value is (96,68,141). Sum of RGB (Red+Green+Blue) = 96+68+141=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #60448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60448D is #9FBB72. Grayscale: #545454. Windows color (decimal): -10468211 or 9258080. OLE color: 9258080.

HSL color Cylindrical-coordinate representation of color #60448D: hue angle of 263.01º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60448D is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9668141-
CMYK0.320.5200.45
HSL263.01º34.93%40.98%-
HSV(B)263.01º51.77%55.29%-
XYZ11.78.5426.23-
YUV84.69159.78136.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=31.48%
G=22.30%
B=46.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96681410.320.5200.45263.0134.9340.98
Hex60448D203402D1072329
Octal14010421540640554074351
Binary11000001000100100011011000001101000101101100000111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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