#6049AB

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

Shades of Blue Marguerite #6049AB

Tints of Blue Marguerite #6049AB

Color information

#6049AB (or 0x6049AB) is unknown color: approx Blue Marguerite. HEX triplet: 60, 49 and AB. RGB value is (96,73,171). Sum of RGB (Red+Green+Blue) = 96+73+171=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6049AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6049AB is #9FB654. Grayscale: #5A5A5A. Windows color (decimal): -10466901 or 11225440. OLE color: 11225440.

HSL color Cylindrical-coordinate representation of color #6049AB: hue angle of 254.08º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6049AB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9673171-
CMYK0.440.5700.33
HSL254.08º40.16%47.84%-
HSV(B)254.08º57.31%67.06%-
XYZ14.5610.1939.73-
YUV91.05173.12131.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=28.24%
G=21.47%
B=50.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96731710.440.5700.33254.0840.1647.84
Hex6049AB2C39021fe2830
Octal14011125354710413765060
Binary1100000100100110101011101100111001010000111111110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6049AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6049AB; }

 p { color: rgb(96,73,171); }

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

<style>
 a { background-color: #6049AB; }

 a { background-color: rgb(96,73,171); }

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

<style>
 span { border-color: #6049AB; }

 span { border-color: rgb(96,73,171); }

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