#6051AE

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

Shades of Blue Marguerite #6051AE

Tints of Blue Marguerite #6051AE

Color information

#6051AE (or 0x6051AE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 51 and AE. RGB value is (96,81,174). Sum of RGB (Red+Green+Blue) = 96+81+174=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #6051AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6051AE is #9FAE51. Grayscale: #5F5F5F. Windows color (decimal): -10464850 or 11424096. OLE color: 11424096.

HSL color Cylindrical-coordinate representation of color #6051AE: hue angle of 249.68º 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 #6051AE is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9681174-
CMYK0.450.5300.32
HSL249.68º36.47%50%-
HSV(B)249.68º53.45%68.24%-
XYZ15.4111.4341.44-
YUV96.09171.97127.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=27.35%
G=23.08%
B=49.57%

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
Decimal96811740.450.5300.32249.6836.4750
Hex6051AE2D35020fa2432
Octal14012125655650403724462
Binary1100000101000110101110101101110101010000011111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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