#6052AD

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

Shades of Blue Marguerite #6052AD

Tints of Blue Marguerite #6052AD

Color information

#6052AD (or 0x6052AD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 52 and AD. RGB value is (96,82,173). Sum of RGB (Red+Green+Blue) = 96+82+173=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #6052AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6052AD is #9FAD52. Grayscale: #606060. Windows color (decimal): -10464595 or 11358816. OLE color: 11358816.

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

Color convert

RGB9682173-
CMYK0.450.5300.32
HSL249.23º35.69%50%-
HSV(B)249.23º52.6%67.84%-
XYZ15.3811.5440.95-
YUV96.56171.14127.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=27.35%
G=23.36%
B=49.29%

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
Decimal96821730.450.5300.32249.2335.6950
Hex6052AD2D35020f92432
Octal14012225555650403714462
Binary1100000101001010101101101101110101010000011111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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