#60428B

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

Shades of Daisy Bush #60428B

Tints of Daisy Bush #60428B

Color information

#60428B (or 0x60428B) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 8B. RGB value is (96,66,139). Sum of RGB (Red+Green+Blue) = 96+66+139=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #60428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60428B is #9FBD74. Grayscale: #535353. Windows color (decimal): -10468725 or 9126496. OLE color: 9126496.

HSL color Cylindrical-coordinate representation of color #60428B: hue angle of 264.66º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60428B is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9666139-
CMYK0.310.5300.45
HSL264.66º35.61%40.2%-
HSV(B)264.66º52.52%54.51%-
XYZ11.438.2525.42-
YUV83.29159.44137.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=31.89%
G=21.93%
B=46.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96661390.310.5300.45264.6635.6140.2
Hex60428B1F3502D1092428
Octal14010221337650554114450
Binary1100000100001010001011111111101010101101100001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60428B; }

 p { color: rgb(96,66,139); }

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

<style>
 a { background-color: #60428B; }

 a { background-color: rgb(96,66,139); }

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

<style>
 span { border-color: #60428B; }

 span { border-color: rgb(96,66,139); }

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