#60429C

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

Shades of Daisy Bush #60429C

Tints of Daisy Bush #60429C

Color information

#60429C (or 0x60429C) is unknown color: approx Daisy Bush. HEX triplet: 60, 42 and 9C. RGB value is (96,66,156). Sum of RGB (Red+Green+Blue) = 96+66+156=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #60429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60429C is #9FBD63. Grayscale: #545454. Windows color (decimal): -10468708 or 10240608. OLE color: 10240608.

HSL color Cylindrical-coordinate representation of color #60429C: hue angle of 260º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60429C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9666156-
CMYK0.380.5800.39
HSL260º40.54%43.53%-
HSV(B)260º57.69%61.18%-
XYZ12.778.7832.47-
YUV85.23167.94135.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=30.19%
G=20.75%
B=49.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96661560.380.5800.3926040.5443.53
Hex60429C263A027104292c
Octal14010223446720474045154
Binary11000001000010100111001001101110100100111100000100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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