#6052A3

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

Shades of Blue Marguerite #6052A3

Tints of Blue Marguerite #6052A3

Color information

#6052A3 (or 0x6052A3) is unknown color: approx Blue Marguerite. HEX triplet: 60, 52 and A3. RGB value is (96,82,163). Sum of RGB (Red+Green+Blue) = 96+82+163=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #6052A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6052A3 is #9FAD5C. Grayscale: #5F5F5F. Windows color (decimal): -10464605 or 10703456. OLE color: 10703456.

HSL color Cylindrical-coordinate representation of color #6052A3: hue angle of 250.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6052A3 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9682163-
CMYK0.410.5000.36
HSL250.37º33.06%48.04%-
HSV(B)250.37º49.69%63.92%-
XYZ14.4511.1736.04-
YUV95.42166.14128.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 163 (64.06% from 255) = 47.80%
R=28.15%
G=24.05%
B=47.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96821630.410.5000.36250.3733.0648.04
Hex6052A32932024fa2130
Octal14012224351620443724160
Binary1100000101001010100011101001110010010010011111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6052A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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