#6560A7

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

Shades of Blue Marguerite #6560A7

Tints of Blue Marguerite #6560A7

Color information

#6560A7 (or 0x6560A7) is unknown color: approx Blue Marguerite. HEX triplet: 65, 60 and A7. RGB value is (101,96,167). Sum of RGB (Red+Green+Blue) = 101+96+167=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 167 - color contains mainly: blue. Hex color #6560A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6560A7 is #9A9F58. Grayscale: #696969. Windows color (decimal): -10133337 or 10969189. OLE color: 10969189.

HSL color Cylindrical-coordinate representation of color #6560A7: hue angle of 244.23º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6560A7 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10196167-
CMYK0.400.4300.35
HSL244.23º28.74%51.57%-
HSV(B)244.23º42.51%65.49%-
XYZ16.5213.9238.38-
YUV105.59162.66124.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 167 (65.62% from 255) = 45.88%
R=27.75%
G=26.37%
B=45.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101961670.400.4300.35244.2328.7451.57
Hex6560A7282B023f41d34
Octal14514024750530433643564
Binary110010111000001010011110100010101101000111111010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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