#7066AF

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

Shades of Blue Marguerite #7066AF

Tints of Blue Marguerite #7066AF

Color information

#7066AF (or 0x7066AF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 66 and AF. RGB value is (112,102,175). Sum of RGB (Red+Green+Blue) = 112+102+175=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7066AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066AF is #8F9950. Grayscale: #717171. Windows color (decimal): -9410897 or 11495024. OLE color: 11495024.

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

Color convert

RGB112102175-
CMYK0.360.4200.31
HSL248.22º31.33%54.31%-
HSV(B)248.22º41.71%68.63%-
XYZ19.1716.0442.64-
YUV113.31162.81127.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=28.79%
G=26.22%
B=44.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121021750.360.4200.31248.2231.3354.31
Hex7066AF242A01Ff81f36
Octal16014625744520373703766
Binary11100001100110101011111001001010100111111111100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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