#60448B

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

Shades of Daisy Bush #60448B

Tints of Daisy Bush #60448B

Color information

#60448B (or 0x60448B) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 8B. RGB value is (96,68,139). Sum of RGB (Red+Green+Blue) = 96+68+139=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #60448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60448B is #9FBB74. Grayscale: #545454. Windows color (decimal): -10468213 or 9127008. OLE color: 9127008.

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

Color convert

RGB9668139-
CMYK0.310.5100.45
HSL263.66º34.3%40.59%-
HSV(B)263.66º51.08%54.51%-
XYZ11.558.4925.46-
YUV84.47158.78136.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=31.68%
G=22.44%
B=45.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96681390.310.5100.45263.6634.340.59
Hex60448B1F3302D1082229
Octal14010421337630554104251
Binary1100000100010010001011111111100110101101100001000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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