#6978f8

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

Shades of Medium Slate Blue #6978F8

Tints of Medium Slate Blue #6978F8

Color information

#6978F8 (or 0x6978F8) is unknown color: approx Medium Slate Blue. HEX triplet: 69, 78 and F8. RGB value is (105,120,248). Sum of RGB (Red+Green+Blue) = 105+120+248=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #6978F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6978F8 is #968707. Grayscale: #818181. Windows color (decimal): -9864968 or 16283753. OLE color: 16283753.

HSL color Cylindrical-coordinate representation of color #6978F8: hue angle of 233.71º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6978F8 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB105120248-
CMYK0.580.5200.03
HSL233.71º91.08%69.22%-
HSV(B)233.71º57.66%97.25%-
XYZ29.4923.2191.73-
YUV130.11194.53110.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=22.20%
G=25.37%
B=52.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1051202480.580.5200.03233.7191.0869.22
Hex6978F83A3403ea5b45
Octal151170370726403352133105
Binary11010011111000111110001110101101000111110101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6978f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6978f8; }

 p { color: rgb(105,120,248); }

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

<style>
 a { background-color: #6978f8; }

 a { background-color: rgb(105,120,248); }

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

<style>
 span { border-color: #6978f8; }

 span { border-color: rgb(105,120,248); }

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