#6560BC

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

Shades of Blue Marguerite #6560BC

Tints of Blue Marguerite #6560BC

Color information

#6560BC (or 0x6560BC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 60 and BC. RGB value is (101,96,188). Sum of RGB (Red+Green+Blue) = 101+96+188=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #6560BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560BC is #9A9F43. Grayscale: #6B6B6B. Windows color (decimal): -10133316 or 12345445. OLE color: 12345445.

HSL color Cylindrical-coordinate representation of color #6560BC: hue angle of 243.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6560BC is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10196188-
CMYK0.460.4900.26
HSL243.26º40.71%55.69%-
HSV(B)243.26º48.94%73.73%-
XYZ18.6314.7649.44-
YUV107.98173.16123.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=26.23%
G=24.94%
B=48.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101961880.460.4900.26243.2640.7155.69
Hex6560BC2E3101Af32938
Octal14514027456610323635170
Binary110010111000001011110010111011000101101011110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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