#7063AF

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

Shades of Blue Marguerite #7063AF

Tints of Blue Marguerite #7063AF

Color information

#7063AF (or 0x7063AF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 63 and AF. RGB value is (112,99,175). Sum of RGB (Red+Green+Blue) = 112+99+175=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #7063AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7063AF is #8F9C50. Grayscale: #6F6F6F. Windows color (decimal): -9411665 or 11494256. OLE color: 11494256.

HSL color Cylindrical-coordinate representation of color #7063AF: hue angle of 250.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7063AF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11299175-
CMYK0.360.4300.31
HSL250.26º32.2%53.73%-
HSV(B)250.26º43.43%68.63%-
XYZ18.8815.4642.55-
YUV111.55163.81128.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=29.02%
G=25.65%
B=45.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112991750.360.4300.31250.2632.253.73
Hex7063AF242B01Ffa2036
Octal16014325744530373724066
Binary111000011000111010111110010010101101111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7063AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7063AF; }

 p { color: rgb(112,99,175); }

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

<style>
 a { background-color: #7063AF; }

 a { background-color: rgb(112,99,175); }

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

<style>
 span { border-color: #7063AF; }

 span { border-color: rgb(112,99,175); }

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