#6560BF

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

Shades of Slate Blue #6560BF

Tints of Slate Blue #6560BF

Color information

#6560BF (or 0x6560BF) is unknown color: approx Slate Blue. HEX triplet: 65, 60 and BF. RGB value is (101,96,191). Sum of RGB (Red+Green+Blue) = 101+96+191=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #6560BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560BF is #9A9F40. Grayscale: #6B6B6B. Windows color (decimal): -10133313 or 12542053. OLE color: 12542053.

HSL color Cylindrical-coordinate representation of color #6560BF: hue angle of 243.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6560BF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10196191-
CMYK0.470.5000.25
HSL243.16º42.6%56.27%-
HSV(B)243.16º49.74%74.9%-
XYZ18.9514.8951.17-
YUV108.32174.66122.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 191 (75% from 255) = 49.23%
R=26.03%
G=24.74%
B=49.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101961910.470.5000.25243.1642.656.27
Hex6560BF2F32019f32b38
Octal14514027757620313635370
Binary110010111000001011111110111111001001100111110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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