#7060AD

Color #7060AD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7060AD

Tints of Blue Marguerite #7060AD

Color information

#7060AD (or 0x7060AD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 60 and AD. RGB value is (112,96,173). Sum of RGB (Red+Green+Blue) = 112+96+173=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #7060AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7060AD is #8F9F52. Grayscale: #6D6D6D. Windows color (decimal): -9412435 or 11362416. OLE color: 11362416.

HSL color Cylindrical-coordinate representation of color #7060AD: hue angle of 252.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7060AD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11296173-
CMYK0.350.4500.32
HSL252.47º31.95%52.75%-
HSV(B)252.47º44.51%67.84%-
XYZ18.4114.8341.43-
YUV109.56163.8129.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=29.40%
G=25.20%
B=45.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112961730.350.4500.32252.4731.9552.75
Hex7060AD232D020fc2035
Octal16014025543550403744065
Binary1110000110000010101101100011101101010000011111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7060AD; }

 p { color: rgb(112,96,173); }

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

<style>
 a { background-color: #7060AD; }

 a { background-color: rgb(112,96,173); }

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

<style>
 span { border-color: #7060AD; }

 span { border-color: rgb(112,96,173); }

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