#7066B1

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

Shades of Blue Marguerite #7066B1

Tints of Blue Marguerite #7066B1

Color information

#7066B1 (or 0x7066B1) is unknown color: approx Blue Marguerite. HEX triplet: 70, 66 and B1. RGB value is (112,102,177). Sum of RGB (Red+Green+Blue) = 112+102+177=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #7066B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066B1 is #8F994E. Grayscale: #717171. Windows color (decimal): -9410895 or 11626096. OLE color: 11626096.

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

Color convert

RGB112102177-
CMYK0.370.4200.31
HSL248º32.47%54.71%-
HSV(B)248º42.37%69.41%-
XYZ19.3716.1243.69-
YUV113.54163.81126.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=28.64%
G=26.09%
B=45.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121021770.370.4200.3124832.4754.71
Hex7066B1252A01Ff82037
Octal16014626145520373704067
Binary111000011001101011000110010110101001111111111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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