#6166f1

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

Shades of Medium Slate Blue #6166F1

Tints of Medium Slate Blue #6166F1

Color information

#6166F1 (or 0x6166F1) is unknown color: approx Medium Slate Blue. HEX triplet: 61, 66 and F1. RGB value is (97,102,241). Sum of RGB (Red+Green+Blue) = 97+102+241=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #6166F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6166F1 is #9E990E. Grayscale: #737373. Windows color (decimal): -10393871 or 15820385. OLE color: 15820385.

HSL color Cylindrical-coordinate representation of color #6166F1: hue angle of 237.92º degrees, saturation: 0.84, 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 #6166F1 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97102241-
CMYK0.600.5800.05
HSL237.92º83.72%66.27%-
HSV(B)237.92º59.75%94.51%-
XYZ25.5618.485.42-
YUV116.35198.34114.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=22.05%
G=23.18%
B=54.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971022410.600.5800.05237.9283.7266.27
Hex6166F13C3A05ee5442
Octal141146361747205356124102
Binary110000111001101111000111110011101001011110111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6166f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6166f1; }

 p { color: rgb(97,102,241); }

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

<style>
 a { background-color: #6166f1; }

 a { background-color: rgb(97,102,241); }

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

<style>
 span { border-color: #6166f1; }

 span { border-color: rgb(97,102,241); }

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