#706BAF

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

Shades of Blue Marguerite #706BAF

Tints of Blue Marguerite #706BAF

Color information

#706BAF (or 0x706BAF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 6B and AF. RGB value is (112,107,175). Sum of RGB (Red+Green+Blue) = 112+107+175=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #706BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAF is #8F9450. Grayscale: #737373. Windows color (decimal): -9409617 or 11496304. OLE color: 11496304.

HSL color Cylindrical-coordinate representation of color #706BAF: hue angle of 244.41º 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 #706BAF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112107175-
CMYK0.360.3900.31
HSL244.41º29.82%55.29%-
HSV(B)244.41º38.86%68.63%-
XYZ19.6817.0642.81-
YUV116.25161.16124.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=28.43%
G=27.16%
B=44.42%

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
Decimal1121071750.360.3900.31244.4129.8255.29
Hex706BAF242701Ff41e37
Octal16015325744470373643667
Binary11100001101011101011111001001001110111111111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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