#60439C

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

Shades of Daisy Bush #60439C

Tints of Daisy Bush #60439C

Color information

#60439C (or 0x60439C) is unknown color: approx Daisy Bush. HEX triplet: 60, 43 and 9C. RGB value is (96,67,156). Sum of RGB (Red+Green+Blue) = 96+67+156=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #60439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60439C is #9FBC63. Grayscale: #555555. Windows color (decimal): -10468452 or 10240864. OLE color: 10240864.

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

Color convert

RGB9667156-
CMYK0.380.5700.39
HSL259.55º39.91%43.73%-
HSV(B)259.55º57.05%61.18%-
XYZ12.838.932.49-
YUV85.82167.61135.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=30.09%
G=21.00%
B=48.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96671560.380.5700.39259.5539.9143.73
Hex60439C2639027104282c
Octal14010323446710474045054
Binary11000001000011100111001001101110010100111100000100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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