#6560AB

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

Shades of Blue Marguerite #6560AB

Tints of Blue Marguerite #6560AB

Color information

#6560AB (or 0x6560AB) is unknown color: approx Blue Marguerite. HEX triplet: 65, 60 and AB. RGB value is (101,96,171). Sum of RGB (Red+Green+Blue) = 101+96+171=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #6560AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6560AB is #9A9F54. Grayscale: #696969. Windows color (decimal): -10133333 or 11231333. OLE color: 11231333.

HSL color Cylindrical-coordinate representation of color #6560AB: hue angle of 244º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6560AB is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10196171-
CMYK0.410.4400.33
HSL244º30.86%52.35%-
HSV(B)244º43.86%67.06%-
XYZ16.914.0740.35-
YUV106.04164.66124.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=27.45%
G=26.09%
B=46.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101961710.410.4400.3324430.8652.35
Hex6560AB292C021f41f34
Octal14514025351540413643764
Binary110010111000001010101110100110110001000011111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6560AB; }

 p { color: rgb(101,96,171); }

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

<style>
 a { background-color: #6560AB; }

 a { background-color: rgb(101,96,171); }

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

<style>
 span { border-color: #6560AB; }

 span { border-color: rgb(101,96,171); }

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