#6163F6

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

Shades of Medium Slate Blue #6163F6

Tints of Medium Slate Blue #6163F6

Color information

#6163F6 (or 0x6163F6) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 63 and F6. RGB value is (97,99,246). Sum of RGB (Red+Green+Blue) = 97+99+246=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #6163F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6163F6 is #9E9C09. Grayscale: #727272. Windows color (decimal): -10394634 or 16147297. OLE color: 16147297.

HSL color Cylindrical-coordinate representation of color #6163F6: hue angle of 239.19º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6163F6 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9799246-
CMYK0.610.6000.04
HSL239.19º89.22%67.25%-
HSV(B)239.19º60.57%96.47%-
XYZ26.0318.1289.31-
YUV115.16201.84115.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 246 (96.48% from 255) = 55.66%
R=21.95%
G=22.40%
B=55.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97992460.610.6000.04239.1989.2267.25
Hex6163F63D3C04ef5943
Octal141143366757404357131103
Binary110000111000111111011011110111110001001110111110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6163F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6163F6; }

 p { color: rgb(97,99,246); }

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

<style>
 a { background-color: #6163F6; }

 a { background-color: rgb(97,99,246); }

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

<style>
 span { border-color: #6163F6; }

 span { border-color: rgb(97,99,246); }

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