#6052AC

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

Shades of Blue Marguerite #6052AC

Tints of Blue Marguerite #6052AC

Color information

#6052AC (or 0x6052AC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 52 and AC. RGB value is (96,82,172). Sum of RGB (Red+Green+Blue) = 96+82+172=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #6052AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6052AC is #9FAD53. Grayscale: #606060. Windows color (decimal): -10464596 or 11293280. OLE color: 11293280.

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

Color convert

RGB9682172-
CMYK0.440.5200.33
HSL249.33º35.43%49.8%-
HSV(B)249.33º52.33%67.45%-
XYZ15.2911.540.44-
YUV96.45170.64127.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=27.43%
G=23.43%
B=49.14%

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
Decimal96821720.440.5200.33249.3335.4349.8
Hex6052AC2C34021f92332
Octal14012225454640413714362
Binary1100000101001010101100101100110100010000111111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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