#7060B5

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

Shades of Blue Marguerite #7060B5

Tints of Blue Marguerite #7060B5

Color information

#7060B5 (or 0x7060B5) is unknown color: approx Blue Marguerite. HEX triplet: 70, 60 and B5. RGB value is (112,96,181). Sum of RGB (Red+Green+Blue) = 112+96+181=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #7060B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060B5 is #8F9F4A. Grayscale: #6E6E6E. Windows color (decimal): -9412427 or 11886704. OLE color: 11886704.

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

Color convert

RGB11296181-
CMYK0.380.4700.29
HSL251.29º36.48%54.31%-
HSV(B)251.29º46.96%70.98%-
XYZ19.2115.1545.63-
YUV110.47167.8129.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 181 (71.09% from 255) = 46.53%
R=28.79%
G=24.68%
B=46.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112961810.380.4700.29251.2936.4854.31
Hex7060B5262F01Dfb2436
Octal16014026546570353734466
Binary111000011000001011010110011010111101110111111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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