#6856FA

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

Shades of Medium Slate Blue #6856FA

Tints of Medium Slate Blue #6856FA

Color information

#6856FA (or 0x6856FA) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 56 and FA. RGB value is (104,86,250). Sum of RGB (Red+Green+Blue) = 104+86+250=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #6856FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6856FA is #97A905. Grayscale: #6D6D6D. Windows color (decimal): -9939206 or 16406120. OLE color: 16406120.

HSL color Cylindrical-coordinate representation of color #6856FA: hue angle of 246.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6856FA is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10486250-
CMYK0.580.6600.02
HSL246.59º94.25%65.88%-
HSV(B)246.59º65.6%98.04%-
XYZ26.2916.592.24-
YUV110.08206.96123.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 250 (98.05% from 255) = 56.82%
R=23.64%
G=19.55%
B=56.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal104862500.580.6600.02246.5994.2565.88
Hex6856FA3A4202f75e42
Octal1501263727210202367136102
Binary110100010101101111101011101010000100101111011110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6856FA; }

 p { color: rgb(104,86,250); }

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

<style>
 a { background-color: #6856FA; }

 a { background-color: rgb(104,86,250); }

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

<style>
 span { border-color: #6856FA; }

 span { border-color: rgb(104,86,250); }

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