#6052AA

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

Shades of Blue Marguerite #6052AA

Tints of Blue Marguerite #6052AA

Color information

#6052AA (or 0x6052AA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 52 and AA. RGB value is (96,82,170). Sum of RGB (Red+Green+Blue) = 96+82+170=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #6052AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6052AA is #9FAD55. Grayscale: #5F5F5F. Windows color (decimal): -10464598 or 11162208. OLE color: 11162208.

HSL color Cylindrical-coordinate representation of color #6052AA: hue angle of 249.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6052AA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9682170-
CMYK0.440.5200.33
HSL249.55º34.92%49.41%-
HSV(B)249.55º51.76%66.67%-
XYZ15.111.4239.44-
YUV96.22169.64127.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=27.59%
G=23.56%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96821700.440.5200.33249.5534.9249.41
Hex6052AA2C34021fa2331
Octal14012225254640413724361
Binary1100000101001010101010101100110100010000111111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6052AA; }

 p { color: rgb(96,82,170); }

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

<style>
 a { background-color: #6052AA; }

 a { background-color: rgb(96,82,170); }

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

<style>
 span { border-color: #6052AA; }

 span { border-color: rgb(96,82,170); }

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