#616BF2

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

Shades of Medium Slate Blue #616BF2

Tints of Medium Slate Blue #616BF2

Color information

#616BF2 (or 0x616BF2) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 6B and F2. RGB value is (97,107,242). Sum of RGB (Red+Green+Blue) = 97+107+242=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #616BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #616BF2 is #9E940D. Grayscale: #767676. Windows color (decimal): -10392590 or 15887201. OLE color: 15887201.

HSL color Cylindrical-coordinate representation of color #616BF2: hue angle of 235.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616BF2 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97107242-
CMYK0.600.5600.05
HSL235.86º84.8%66.47%-
HSV(B)235.86º59.92%94.9%-
XYZ26.2119.4786.38-
YUV119.4197.19112.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 242 (94.92% from 255) = 54.26%
R=21.75%
G=23.99%
B=54.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971072420.600.5600.05235.8684.866.47
Hex616BF23C3805ec5542
Octal141153362747005354125102
Binary110000111010111111001011110011100001011110110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616BF2; }

 p { color: rgb(97,107,242); }

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

<style>
 a { background-color: #616BF2; }

 a { background-color: rgb(97,107,242); }

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

<style>
 span { border-color: #616BF2; }

 span { border-color: rgb(97,107,242); }

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