#60438D

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

Shades of Daisy Bush #60438D

Tints of Daisy Bush #60438D

Color information

#60438D (or 0x60438D) is unknown color: approx Daisy Bush. HEX triplet: 60, 43 and 8D. RGB value is (96,67,141). Sum of RGB (Red+Green+Blue) = 96+67+141=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #60438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60438D is #9FBC72. Grayscale: #535353. Windows color (decimal): -10468467 or 9257824. OLE color: 9257824.

HSL color Cylindrical-coordinate representation of color #60438D: hue angle of 263.51º degrees, saturation: 0.36, 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 #60438D is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9667141-
CMYK0.320.5200.45
HSL263.51º35.58%40.78%-
HSV(B)263.51º52.48%55.29%-
XYZ11.648.4226.21-
YUV84.11160.11136.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=31.58%
G=22.04%
B=46.38%

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
Decimal96671410.320.5200.45263.5135.5840.78
Hex60438D203402D1082429
Octal14010321540640554104451
Binary11000001000011100011011000001101000101101100001000100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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