#706AAF

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

Shades of Blue Marguerite #706AAF

Tints of Blue Marguerite #706AAF

Color information

#706AAF (or 0x706AAF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 6A and AF. RGB value is (112,106,175). Sum of RGB (Red+Green+Blue) = 112+106+175=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #706AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAF is #8F9550. Grayscale: #737373. Windows color (decimal): -9409873 or 11496048. OLE color: 11496048.

HSL color Cylindrical-coordinate representation of color #706AAF: hue angle of 245.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706AAF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112106175-
CMYK0.360.3900.31
HSL245.22º30.13%55.1%-
HSV(B)245.22º39.43%68.63%-
XYZ19.5716.8542.78-
YUV115.66161.49125.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=28.50%
G=26.97%
B=44.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121061750.360.3900.31245.2230.1355.1
Hex706AAF242701Ff51e37
Octal16015225744470373653667
Binary11100001101010101011111001001001110111111111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706AAF; }

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

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

<style>
 a { background-color: #706AAF; }

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

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

<style>
 span { border-color: #706AAF; }

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

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