#7062ab

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

Shades of Blue Marguerite #7062AB

Tints of Blue Marguerite #7062AB

Color information

#7062AB (or 0x7062AB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 62 and AB. RGB value is (112,98,171). Sum of RGB (Red+Green+Blue) = 112+98+171=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #7062AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7062AB is #8F9D54. Grayscale: #6E6E6E. Windows color (decimal): -9411925 or 11231856. OLE color: 11231856.

HSL color Cylindrical-coordinate representation of color #7062AB: hue angle of 251.51º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7062AB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11298171-
CMYK0.350.4300.33
HSL251.51º30.29%52.75%-
HSV(B)251.51º42.69%67.06%-
XYZ18.415.1240.48-
YUV110.51162.14129.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 98 (38.67% from 255) = 25.72%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=29.40%
G=25.72%
B=44.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112981710.350.4300.33251.5130.2952.75
Hex7062AB232B021fc1e35
Octal16014225343530413743665
Binary111000011000101010101110001110101101000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7062ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7062ab; }

 p { color: rgb(112,98,171); }

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

<style>
 a { background-color: #7062ab; }

 a { background-color: rgb(112,98,171); }

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

<style>
 span { border-color: #7062ab; }

 span { border-color: rgb(112,98,171); }

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