#6556BA

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

Shades of Blue Marguerite #6556BA

Tints of Blue Marguerite #6556BA

Color information

#6556BA (or 0x6556BA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 56 and BA. RGB value is (101,86,186). Sum of RGB (Red+Green+Blue) = 101+86+186=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6556BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556BA is #9AA945. Grayscale: #656565. Windows color (decimal): -10135878 or 12211813. OLE color: 12211813.

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

Color convert

RGB10186186-
CMYK0.460.5400.27
HSL249º42.02%53.33%-
HSV(B)249º53.76%72.94%-
XYZ17.5612.9748.03-
YUV101.88175.47127.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=27.08%
G=23.06%
B=49.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861860.460.5400.2724942.0253.33
Hex6556BA2E3601Bf92a35
Octal14512627256660333715265
Binary110010110101101011101010111011011001101111111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6556BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,86,186); }

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

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

 a { background-color: rgb(101,86,186); }

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

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

 span { border-color: rgb(101,86,186); }

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