#7069B0

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

Shades of Blue Marguerite #7069B0

Tints of Blue Marguerite #7069B0

Color information

#7069B0 (or 0x7069B0) is unknown color: approx Blue Marguerite. HEX triplet: 70, 69 and B0. RGB value is (112,105,176). Sum of RGB (Red+Green+Blue) = 112+105+176=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #7069B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7069B0 is #8F964F. Grayscale: #727272. Windows color (decimal): -9410128 or 11561328. OLE color: 11561328.

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

Color convert

RGB112105176-
CMYK0.360.4000.31
HSL245.92º31%55.1%-
HSV(B)245.92º40.34%69.02%-
XYZ19.5716.6843.26-
YUV115.19162.32125.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 176 (69.14% from 255) = 44.78%
R=28.50%
G=26.72%
B=44.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121051760.360.4000.31245.923155.1
Hex7069B0242801Ff61f37
Octal16015126044500373663767
Binary11100001101001101100001001001010000111111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7069B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7069B0; }

 p { color: rgb(112,105,176); }

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

<style>
 a { background-color: #7069B0; }

 a { background-color: rgb(112,105,176); }

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

<style>
 span { border-color: #7069B0; }

 span { border-color: rgb(112,105,176); }

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