#6560E7

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

Shades of Medium Slate Blue #6560E7

Tints of Medium Slate Blue #6560E7

Color information

#6560E7 (or 0x6560E7) is unknown color: approx Medium Slate Blue. HEX triplet: 65, 60 and E7. RGB value is (101,96,231). Sum of RGB (Red+Green+Blue) = 101+96+231=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #6560E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6560E7 is #9A9F18. Grayscale: #707070. Windows color (decimal): -10133273 or 15163493. OLE color: 15163493.

HSL color Cylindrical-coordinate representation of color #6560E7: hue angle of 242.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6560E7 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10196231-
CMYK0.560.5800.09
HSL242.22º73.77%64.12%-
HSV(B)242.22º58.44%90.59%-
XYZ23.9716.977.6-
YUV112.88194.66119.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 231 (90.62% from 255) = 53.97%
R=23.60%
G=22.43%
B=53.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal101962310.560.5800.09242.2273.7764.12
Hex6560E7383A09f24a40
Octal1451403477072011362112100
Binary1100101110000011100111111000111010010011111001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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