#6051AD

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

Shades of Blue Marguerite #6051AD

Tints of Blue Marguerite #6051AD

Color information

#6051AD (or 0x6051AD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 51 and AD. RGB value is (96,81,173). Sum of RGB (Red+Green+Blue) = 96+81+173=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #6051AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AD is #9FAE52. Grayscale: #5F5F5F. Windows color (decimal): -10464851 or 11358560. OLE color: 11358560.

HSL color Cylindrical-coordinate representation of color #6051AD: hue angle of 249.78º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6051AD is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9681173-
CMYK0.450.5300.32
HSL249.78º36.22%49.8%-
HSV(B)249.78º53.18%67.84%-
XYZ15.3111.3940.93-
YUV95.97171.47128.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=27.43%
G=23.14%
B=49.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96811730.450.5300.32249.7836.2249.8
Hex6051AD2D35020fa2432
Octal14012125555650403724462
Binary1100000101000110101101101101110101010000011111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6051AD; }

 p { color: rgb(96,81,173); }

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

<style>
 a { background-color: #6051AD; }

 a { background-color: rgb(96,81,173); }

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

<style>
 span { border-color: #6051AD; }

 span { border-color: rgb(96,81,173); }

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