#60359A

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

Shades of Daisy Bush #60359A

Tints of Daisy Bush #60359A

Color information

#60359A (or 0x60359A) is unknown color: approx Daisy Bush. HEX triplet: 60, 35 and 9A. RGB value is (96,53,154). Sum of RGB (Red+Green+Blue) = 96+53+154=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #60359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60359A is #9FCA65. Grayscale: #4D4D4D. Windows color (decimal): -10472038 or 10106208. OLE color: 10106208.

HSL color Cylindrical-coordinate representation of color #60359A: hue angle of 265.54º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60359A is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9653154-
CMYK0.380.6600.40
HSL265.54º48.79%40.59%-
HSV(B)265.54º65.58%60.39%-
XYZ11.937.3731.36-
YUV77.37171.25141.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=31.68%
G=17.49%
B=50.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96531540.380.6600.40265.5448.7940.59
Hex60359A264202810a3129
Octal14065232461020504126151
Binary11000001101011001101010011010000100101000100001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60359A; }

 p { color: rgb(96,53,154); }

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

<style>
 a { background-color: #60359A; }

 a { background-color: rgb(96,53,154); }

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

<style>
 span { border-color: #60359A; }

 span { border-color: rgb(96,53,154); }

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