#60438e

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

Shades of Daisy Bush #60438E

Tints of Daisy Bush #60438E

Color information

#60438E (or 0x60438E) is unknown color: approx Daisy Bush. HEX triplet: 60, 43 and 8E. RGB value is (96,67,142). Sum of RGB (Red+Green+Blue) = 96+67+142=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #60438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60438E is #9FBC71. Grayscale: #535353. Windows color (decimal): -10468466 or 9323360. OLE color: 9323360.

HSL color Cylindrical-coordinate representation of color #60438E: hue angle of 263.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60438E is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9667142-
CMYK0.320.5300.44
HSL263.2º35.89%40.98%-
HSV(B)263.2º52.82%55.69%-
XYZ11.718.4526.61-
YUV84.22160.61136.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=31.48%
G=21.97%
B=46.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96671420.320.5300.44263.235.8940.98
Hex60438E203502C1072429
Octal14010321640650544074451
Binary11000001000011100011101000001101010101100100000111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60438e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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