#7061BE

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

Shades of Blue Marguerite #7061BE

Tints of Blue Marguerite #7061BE

Color information

#7061BE (or 0x7061BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 61 and BE. RGB value is (112,97,190). Sum of RGB (Red+Green+Blue) = 112+97+190=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #7061BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061BE is #8F9E41. Grayscale: #6F6F6F. Windows color (decimal): -9412162 or 12476784. OLE color: 12476784.

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

Color convert

RGB11297190-
CMYK0.410.4900.25
HSL249.68º41.7%56.27%-
HSV(B)249.68º48.95%74.51%-
XYZ20.2515.7150.68-
YUV112.09171.97127.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=28.07%
G=24.31%
B=47.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112971900.410.4900.25249.6841.756.27
Hex7061BE2931019fa2a38
Octal16014127651610313725270
Binary111000011000011011111010100111000101100111111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7061BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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