#6560AD

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

Shades of Blue Marguerite #6560AD

Tints of Blue Marguerite #6560AD

Color information

#6560AD (or 0x6560AD) is unknown color: approx Blue Marguerite. HEX triplet: 65, 60 and AD. RGB value is (101,96,173). Sum of RGB (Red+Green+Blue) = 101+96+173=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #6560AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6560AD is #9A9F52. Grayscale: #696969. Windows color (decimal): -10133331 or 11362405. OLE color: 11362405.

HSL color Cylindrical-coordinate representation of color #6560AD: hue angle of 243.9º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6560AD is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10196173-
CMYK0.420.4500.32
HSL243.9º31.95%52.75%-
HSV(B)243.9º44.51%67.84%-
XYZ17.0914.1541.37-
YUV106.27165.66124.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=27.30%
G=25.95%
B=46.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101961730.420.4500.32243.931.9552.75
Hex6560AD2A2D020f42035
Octal14514025552550403644065
Binary1100101110000010101101101010101101010000011110100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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