#6878F5

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

Shades of Medium Slate Blue #6878F5

Tints of Medium Slate Blue #6878F5

Color information

#6878F5 (or 0x6878F5) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 78 and F5. RGB value is (104,120,245). Sum of RGB (Red+Green+Blue) = 104+120+245=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #6878F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6878F5 is #97870A. Grayscale: #808080. Windows color (decimal): -9930507 or 16087144. OLE color: 16087144.

HSL color Cylindrical-coordinate representation of color #6878F5: hue angle of 233.19º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6878F5 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104120245-
CMYK0.580.5100.04
HSL233.19º87.58%68.43%-
HSV(B)233.19º57.55%96.08%-
XYZ28.9122.9789.3-
YUV129.47193.2109.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.17%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 245 (96.09% from 255) = 52.24%
R=22.17%
G=25.59%
B=52.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041202450.580.5100.04233.1987.5868.43
Hex6878F53A3304e95844
Octal150170365726304351130104
Binary110100011110001111010111101011001101001110100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6878F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6878F5; }

 p { color: rgb(104,120,245); }

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

<style>
 a { background-color: #6878F5; }

 a { background-color: rgb(104,120,245); }

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

<style>
 span { border-color: #6878F5; }

 span { border-color: rgb(104,120,245); }

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