#7061AE

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

Shades of Blue Marguerite #7061AE

Tints of Blue Marguerite #7061AE

Color information

#7061AE (or 0x7061AE) is unknown color: approx 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

RGB11297174-
CMYK0.360.4400.32
HSL251.69º32.22%53.14%-
HSV(B)251.69º44.25%68.24%-
XYZ18.615.0541.97-
YUV110.26163.97129.24-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112971740.360.4400.32251.6932.2253.14
Hex7061AE242C020fc2035
Octal16014125644540403744065
Binary1110000110000110101110100100101100010000011111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>