#60449C

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

Shades of Daisy Bush #60449C

Tints of Daisy Bush #60449C

Color information

#60449C (or 0x60449C) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 9C. RGB value is (96,68,156). Sum of RGB (Red+Green+Blue) = 96+68+156=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #60449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60449C is #9FBB63. Grayscale: #565656. Windows color (decimal): -10468196 or 10241120. OLE color: 10241120.

HSL color Cylindrical-coordinate representation of color #60449C: hue angle of 259.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60449C is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9668156-
CMYK0.380.5600.39
HSL259.09º39.29%43.92%-
HSV(B)259.09º56.41%61.18%-
XYZ12.899.0232.51-
YUV86.4167.28134.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=30%
G=21.25%
B=48.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96681560.380.5600.39259.0939.2943.92
Hex60449C2638027103272c
Octal14010423446700474034754
Binary11000001000100100111001001101110000100111100000011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60449C; }

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

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

<style>
 a { background-color: #60449C; }

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

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

<style>
 span { border-color: #60449C; }

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

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