#6878E7

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

Shades of Medium Slate Blue #6878E7

Tints of Medium Slate Blue #6878E7

Color information

#6878E7 (or 0x6878E7) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 78 and E7. RGB value is (104,120,231). Sum of RGB (Red+Green+Blue) = 104+120+231=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #6878E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6878E7 is #978718. Grayscale: #7F7F7F. Windows color (decimal): -9930521 or 15169640. OLE color: 15169640.

HSL color Cylindrical-coordinate representation of color #6878E7: hue angle of 232.44º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6878E7 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104120231-
CMYK0.550.4800.09
HSL232.44º72.57%65.69%-
HSV(B)232.44º54.98%90.59%-
XYZ26.8522.1578.46-
YUV127.87186.2110.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 231 (90.62% from 255) = 50.77%
R=22.86%
G=26.37%
B=50.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1041202310.550.4800.09232.4472.5765.69
Hex6878E7373009e84942
Octal1501703476760011350111102
Binary1101000111100011100111110111110000010011110100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6878E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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