#7061BA

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

Shades of Blue Marguerite #7061BA

Tints of Blue Marguerite #7061BA

Color information

#7061BA (or 0x7061BA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 61 and BA. RGB value is (112,97,186). Sum of RGB (Red+Green+Blue) = 112+97+186=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #7061BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061BA is #8F9E45. Grayscale: #6F6F6F. Windows color (decimal): -9412166 or 12214640. OLE color: 12214640.

HSL color Cylindrical-coordinate representation of color #7061BA: hue angle of 250.11º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7061BA is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11297186-
CMYK0.400.4800.27
HSL250.11º39.21%55.49%-
HSV(B)250.11º47.85%72.94%-
XYZ19.8215.5448.41-
YUV111.63169.97128.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=28.35%
G=24.56%
B=47.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112971860.400.4800.27250.1139.2155.49
Hex7061BA283001Bfa2737
Octal16014127250600333724767
Binary111000011000011011101010100011000001101111111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7061BA; }

 p { color: rgb(112,97,186); }

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

<style>
 a { background-color: #7061BA; }

 a { background-color: rgb(112,97,186); }

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

<style>
 span { border-color: #7061BA; }

 span { border-color: rgb(112,97,186); }

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