#7066BE

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

Shades of Blue Marguerite #7066BE

Tints of Blue Marguerite #7066BE

Color information

#7066BE (or 0x7066BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 66 and BE. RGB value is (112,102,190). Sum of RGB (Red+Green+Blue) = 112+102+190=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7066BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066BE is #8F9941. Grayscale: #727272. Windows color (decimal): -9410882 or 12478064. OLE color: 12478064.

HSL color Cylindrical-coordinate representation of color #7066BE: hue angle of 246.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7066BE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112102190-
CMYK0.410.4600.25
HSL246.82º40.37%57.25%-
HSV(B)246.82º46.32%74.51%-
XYZ20.7316.6750.84-
YUV115.02170.31125.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=27.72%
G=25.25%
B=47.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121021900.410.4600.25246.8240.3757.25
Hex7066BE292E019f72839
Octal16014627651560313675071
Binary111000011001101011111010100110111001100111110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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