#7066B5

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

Shades of Blue Marguerite #7066B5

Tints of Blue Marguerite #7066B5

Color information

#7066B5 (or 0x7066B5) is unknown color: approx Blue Marguerite. HEX triplet: 70, 66 and B5. RGB value is (112,102,181). Sum of RGB (Red+Green+Blue) = 112+102+181=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #7066B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066B5 is #8F994A. Grayscale: #717171. Windows color (decimal): -9410891 or 11888240. OLE color: 11888240.

HSL color Cylindrical-coordinate representation of color #7066B5: hue angle of 247.59º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7066B5 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112102181-
CMYK0.380.4400.29
HSL247.59º34.8%55.49%-
HSV(B)247.59º43.65%70.98%-
XYZ19.7716.2845.82-
YUV114165.81126.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 181 (71.09% from 255) = 45.82%
R=28.35%
G=25.82%
B=45.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121021810.380.4400.29247.5934.855.49
Hex7066B5262C01Df82337
Octal16014626546540353704367
Binary111000011001101011010110011010110001110111111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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