#60429A

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

Shades of Daisy Bush #60429A

Tints of Daisy Bush #60429A

Color information

#60429A (or 0x60429A) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 9A. RGB value is (96,66,154). Sum of RGB (Red+Green+Blue) = 96+66+154=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #60429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60429A is #9FBD65. Grayscale: #545454. Windows color (decimal): -10468710 or 10109536. OLE color: 10109536.

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

Color convert

RGB9666154-
CMYK0.380.5700.40
HSL260.45º40%43.14%-
HSV(B)260.45º57.14%60.39%-
XYZ12.68.7231.59-
YUV85166.94135.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=30.38%
G=20.89%
B=48.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96661540.380.5700.40260.454043.14
Hex60429A2639028104282b
Octal14010223246710504045053
Binary11000001000010100110101001101110010101000100000100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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