#6560AE

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

Shades of Blue Marguerite #6560AE

Tints of Blue Marguerite #6560AE

Color information

#6560AE (or 0x6560AE) is unknown color: approx Blue Marguerite. HEX triplet: 65, 60 and AE. RGB value is (101,96,174). Sum of RGB (Red+Green+Blue) = 101+96+174=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6560AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6560AE is #9A9F51. Grayscale: #6A6A6A. Windows color (decimal): -10133330 or 11427941. OLE color: 11427941.

HSL color Cylindrical-coordinate representation of color #6560AE: hue angle of 243.85º 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 #6560AE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10196174-
CMYK0.420.4500.32
HSL243.85º32.5%52.94%-
HSV(B)243.85º44.83%68.24%-
XYZ17.1914.1941.88-
YUV106.39166.16124.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=27.22%
G=25.88%
B=46.90%

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
Decimal101961740.420.4500.32243.8532.552.94
Hex6560AE2A2D020f42035
Octal14514025652550403644065
Binary1100101110000010101110101010101101010000011110100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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