#706AAE

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

Shades of Blue Marguerite #706AAE

Tints of Blue Marguerite #706AAE

Color information

#706AAE (or 0x706AAE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 6A and AE. RGB value is (112,106,174). Sum of RGB (Red+Green+Blue) = 112+106+174=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #706AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAE is #8F9551. Grayscale: #737373. Windows color (decimal): -9409874 or 11430512. OLE color: 11430512.

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

Color convert

RGB112106174-
CMYK0.360.3900.32
HSL245.29º29.57%54.9%-
HSV(B)245.29º39.08%68.24%-
XYZ19.4816.8142.26-
YUV115.55160.99125.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=28.57%
G=27.04%
B=44.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121061740.360.3900.32245.2929.5754.9
Hex706AAE2427020f51e37
Octal16015225644470403653667
Binary111000011010101010111010010010011101000001111010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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