#6052AF

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

Shades of Blue Marguerite #6052AF

Tints of Blue Marguerite #6052AF

Color information

#6052AF (or 0x6052AF) is unknown color: approx Blue Marguerite. HEX triplet: 60, 52 and AF. RGB value is (96,82,175). Sum of RGB (Red+Green+Blue) = 96+82+175=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #6052AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6052AF is #9FAD50. Grayscale: #606060. Windows color (decimal): -10464593 or 11489888. OLE color: 11489888.

HSL color Cylindrical-coordinate representation of color #6052AF: hue angle of 249.03º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6052AF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9682175-
CMYK0.450.5300.31
HSL249.03º36.76%50.39%-
HSV(B)249.03º53.14%68.63%-
XYZ15.5811.6241.98-
YUV96.79172.14127.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=27.20%
G=23.23%
B=49.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96821750.450.5300.31249.0336.7650.39
Hex6052AF2D3501Ff92532
Octal14012225755650373714562
Binary110000010100101010111110110111010101111111111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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