Html Css Color HEX #7061AE Blue Marguerite

📋 copy color: '#7061AE'

red 112 ◦ green 97 ◦ blue 174

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

Shades of Blue Marguerite #7061AE

Tints of Blue Marguerite #7061AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 29.24%
G = 25.33%
B = 45.43%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7061AE (or 0x7061AE) is known color: Blue Marguerite. HEX triplet: 70, 61 and AE. RGB value is (112,97,174). Sum of RGB (Red+Green+Blue) = 112+97+174=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #7061AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7061AE is #8F9E51. Grayscale: #6D6D6D. Windows color (decimal): -9412178 or 11428208. OLE color: 11428208.

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

Color convert

RGB 112 97 174 -
CMYK 0.36 0.44 0 0.32
HSL 251.69º 0.32% 0.53% -
HSV(B) 251.69º 0.44% 0.68% -
XYZ 18.6 15.05 41.97 -
YUV 110.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 112 97 174 0.36 0.44 0 0.32 251.69 0.32 0.53
Hex 70 61 AE 24 2C 0 20 FC 20 35
Octal 160 141 256 44 54 0 40 374 40 65
Binary 1110000 1100001 10101110 100100 101100 0 100000 11111100 100000 110101

Color Harmonies of #7061AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061AE

Black with #7061AE

Text Example


Text Example

White with #7061AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7061AE; }

 p { color: rgb(112,97,174); }

 H1.HeaderClassName
 {
   color: #7061AE;
 }
 .AnyTagClassName
 {
   color: #7061AE;
 }
</style>

background-color css

<style>
 a { background-color: #7061AE; }

 a { background-color: rgb(112,97,174); }

 div.DivClassName
 {
   background-color: #7061AE;
 }
 .BgClassName
 {
   background-color: #7061AE;
 }
</style>

border-color css

<style>
 span { border-color: #7061AE; }

 span { border-color: rgb(112,97,174); }

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