#6560C3

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

Shades of Slate Blue #6560C3

Tints of Slate Blue #6560C3

Color information

#6560C3 (or 0x6560C3) is unknown color: approx Slate Blue. HEX triplet: 65, 60 and C3. RGB value is (101,96,195). Sum of RGB (Red+Green+Blue) = 101+96+195=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #6560C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560C3 is #9A9F3C. Grayscale: #6C6C6C. Windows color (decimal): -10133309 or 12804197. OLE color: 12804197.

HSL color Cylindrical-coordinate representation of color #6560C3: hue angle of 243.03º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6560C3 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10196195-
CMYK0.480.5100.24
HSL243.03º45.21%57.06%-
HSV(B)243.03º50.77%76.47%-
XYZ19.415.0753.52-
YUV108.78176.66122.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 195 (76.56% from 255) = 49.74%
R=25.77%
G=24.49%
B=49.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101961950.480.5100.24243.0345.2157.06
Hex6560C33033018f32d39
Octal14514030360630303635571
Binary110010111000001100001111000011001101100011110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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