#6056BC

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

Shades of Blue Marguerite #6056BC

Tints of Blue Marguerite #6056BC

Color information

#6056BC (or 0x6056BC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 56 and BC. RGB value is (96,86,188). Sum of RGB (Red+Green+Blue) = 96+86+188=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6056BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056BC is #9FA943. Grayscale: #646464. Windows color (decimal): -10463556 or 12342880. OLE color: 12342880.

HSL color Cylindrical-coordinate representation of color #6056BC: hue angle of 245.88º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6056BC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9686188-
CMYK0.490.5400.26
HSL245.88º43.22%53.73%-
HSV(B)245.88º54.26%73.73%-
XYZ17.2312.7749.13-
YUV100.62177.31124.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=25.95%
G=23.24%
B=50.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96861880.490.5400.26245.8843.2253.73
Hex6056BC313601Af62b36
Octal14012627461660323665366
Binary110000010101101011110011000111011001101011110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6056BC; }

 p { color: rgb(96,86,188); }

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

<style>
 a { background-color: #6056BC; }

 a { background-color: rgb(96,86,188); }

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

<style>
 span { border-color: #6056BC; }

 span { border-color: rgb(96,86,188); }

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