#6861F1

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

Shades of Medium Slate Blue #6861F1

Tints of Medium Slate Blue #6861F1

Color information

#6861F1 (or 0x6861F1) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 61 and F1. RGB value is (104,97,241). Sum of RGB (Red+Green+Blue) = 104+97+241=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #6861F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6861F1 is #979E0E. Grayscale: #727272. Windows color (decimal): -9936399 or 15819112. OLE color: 15819112.

HSL color Cylindrical-coordinate representation of color #6861F1: hue angle of 242.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 #6861F1 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10497241-
CMYK0.570.6000.05
HSL242.92º83.72%66.27%-
HSV(B)242.92º59.75%94.51%-
XYZ25.8617.8485.3-
YUV115.51198.82119.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 241 (94.53% from 255) = 54.52%
R=23.53%
G=21.95%
B=54.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104972410.570.6000.05242.9283.7266.27
Hex6861F1393C05f35442
Octal150141361717405363124102
Binary110100011000011111000111100111110001011111001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6861F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6861F1; }

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

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

<style>
 a { background-color: #6861F1; }

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

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

<style>
 span { border-color: #6861F1; }

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

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