Html Css Color HEX #7060AD Blue Marguerite

📋 copy color: '#7060AD'

red 112 ◦ green 96 ◦ blue 173

#7060AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7060AD

Tints of Blue Marguerite #7060AD

RGB

 RED value IS 112 (44.14% from 255) = 29.4%

 GREEN value IS 96 (37.89% from 255) = 25.2%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 29.4%
G = 25.2%
B = 45.41%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7060AD (or 0x7060AD) is known color: 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

RGB 112 96 173 -
CMYK 0.35 0.45 0 0.32
HSL 252.47º 0.32% 0.53% -
HSV(B) 252.47º 0.45% 0.68% -
XYZ 18.41 14.83 41.43 -
YUV 109.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 112 96 173 0.35 0.45 0 0.32 252.47 0.32 0.53
Hex 70 60 AD 23 2D 0 20 FC 20 35
Octal 160 140 255 43 55 0 40 374 40 65
Binary 1110000 1100000 10101101 100011 101101 0 100000 11111100 100000 110101

Color Harmonies of #7060AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060AD

Black with #7060AD

Text Example


Text Example

White with #7060AD

Text Example


Text Example

HTML Codes & Css Web 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>