#6057BA

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

Shades of Blue Marguerite #6057BA

Tints of Blue Marguerite #6057BA

Color information

#6057BA (or 0x6057BA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 57 and BA. RGB value is (96,87,186). Sum of RGB (Red+Green+Blue) = 96+87+186=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6057BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057BA is #9FA845. Grayscale: #646464. Windows color (decimal): -10463302 or 12212064. OLE color: 12212064.

HSL color Cylindrical-coordinate representation of color #6057BA: hue angle of 245.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6057BA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9687186-
CMYK0.480.5300.27
HSL245.45º41.77%53.53%-
HSV(B)245.45º53.23%72.94%-
XYZ17.0912.8548.03-
YUV100.98175.98124.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=26.02%
G=23.58%
B=50.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96871860.480.5300.27245.4541.7753.53
Hex6057BA303501Bf52a36
Octal14012727260650333655266
Binary110000010101111011101011000011010101101111110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6057BA; }

 p { color: rgb(96,87,186); }

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

<style>
 a { background-color: #6057BA; }

 a { background-color: rgb(96,87,186); }

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

<style>
 span { border-color: #6057BA; }

 span { border-color: rgb(96,87,186); }

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