#6865F9

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

Shades of Medium Slate Blue #6865F9

Tints of Medium Slate Blue #6865F9

Color information

#6865F9 (or 0x6865F9) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 65 and F9. RGB value is (104,101,249). Sum of RGB (Red+Green+Blue) = 104+101+249=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #6865F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6865F9 is #979A06. Grayscale: #767676. Windows color (decimal): -9935367 or 16344424. OLE color: 16344424.

HSL color Cylindrical-coordinate representation of color #6865F9: hue angle of 241.22º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6865F9 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104101249-
CMYK0.580.5900.02
HSL241.22º92.5%68.63%-
HSV(B)241.22º59.44%97.65%-
XYZ27.4619.0991.86-
YUV118.77201.49117.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.91%
GREEN value IS 101 (39.84% from 255) = 22.25%
BLUE value IS 249 (97.66% from 255) = 54.85%
R=22.91%
G=22.25%
B=54.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041012490.580.5900.02241.2292.568.63
Hex6865F93A3B02f15c45
Octal150145371727302361134105
Binary11010001100101111110011110101110110101111000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6865F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6865F9; }

 p { color: rgb(104,101,249); }

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

<style>
 a { background-color: #6865F9; }

 a { background-color: rgb(104,101,249); }

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

<style>
 span { border-color: #6865F9; }

 span { border-color: rgb(104,101,249); }

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