#7066AE

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

Shades of Blue Marguerite #7066AE

Tints of Blue Marguerite #7066AE

Color information

#7066AE (or 0x7066AE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 66 and AE. RGB value is (112,102,174). Sum of RGB (Red+Green+Blue) = 112+102+174=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #7066AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066AE is #8F9951. Grayscale: #707070. Windows color (decimal): -9410898 or 11429488. OLE color: 11429488.

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

Color convert

RGB112102174-
CMYK0.360.4100.32
HSL248.33º30.77%54.12%-
HSV(B)248.33º41.38%68.24%-
XYZ19.071642.13-
YUV113.2162.31127.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=28.87%
G=26.29%
B=44.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121021740.360.4100.32248.3330.7754.12
Hex7066AE2429020f81f36
Octal16014625644510403703766
Binary111000011001101010111010010010100101000001111100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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