#6870F6

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

Shades of Medium Slate Blue #6870F6

Tints of Medium Slate Blue #6870F6

Color information

#6870F6 (or 0x6870F6) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 70 and F6. RGB value is (104,112,246). Sum of RGB (Red+Green+Blue) = 104+112+246=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #6870F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6870F6 is #978F09. Grayscale: #7C7C7C. Windows color (decimal): -9932554 or 16150632. OLE color: 16150632.

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

Color convert

RGB104112246-
CMYK0.580.5400.04
HSL236.62º88.75%68.63%-
HSV(B)236.62º57.72%96.47%-
XYZ28.1421.1989.79-
YUV124.88196.35113.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 246 (96.48% from 255) = 53.25%
R=22.51%
G=24.24%
B=53.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041122460.580.5400.04236.6288.7568.63
Hex6870F63A3604ed5945
Octal150160366726604355131105
Binary110100011100001111011011101011011001001110110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6870F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,112,246); }

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

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

 a { background-color: rgb(104,112,246); }

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

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

 span { border-color: rgb(104,112,246); }

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