#6778F0

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

Shades of Medium Slate Blue #6778F0

Tints of Medium Slate Blue #6778F0

Color information

#6778F0 (or 0x6778F0) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 78 and F0. RGB value is (103,120,240). Sum of RGB (Red+Green+Blue) = 103+120+240=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #6778F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6778F0 is #98870F. Grayscale: #808080. Windows color (decimal): -9996048 or 15759463. OLE color: 15759463.

HSL color Cylindrical-coordinate representation of color #6778F0: hue angle of 232.55º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6778F0 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB103120240-
CMYK0.570.500.06
HSL232.55º82.04%67.25%-
HSV(B)232.55º57.08%94.12%-
XYZ28.0422.6185.32-
YUV128.6190.87109.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.25%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 240 (94.14% from 255) = 51.84%
R=22.25%
G=25.92%
B=51.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1031202400.570.500.06232.5582.0467.25
Hex6778F0393206e95243
Octal147170360716206351122103
Binary110011111110001111000011100111001001101110100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6778F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6778F0; }

 p { color: rgb(103,120,240); }

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

<style>
 a { background-color: #6778F0; }

 a { background-color: rgb(103,120,240); }

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

<style>
 span { border-color: #6778F0; }

 span { border-color: rgb(103,120,240); }

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