#6F78EC

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

Shades of Medium Slate Blue #6F78EC

Tints of Medium Slate Blue #6F78EC

Color information

#6F78EC (or 0x6F78EC) is unknown color: approx Medium Slate Blue. HEX triplet: 6F, 78 and EC. RGB value is (111,120,236). Sum of RGB (Red+Green+Blue) = 111+120+236=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F78EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F78EC is #908713. Grayscale: #828282. Windows color (decimal): -9471764 or 15497327. OLE color: 15497327.

HSL color Cylindrical-coordinate representation of color #6F78EC: hue angle of 235.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F78EC is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111120236-
CMYK0.530.4900.07
HSL235.68º76.69%68.04%-
HSV(B)235.68º52.97%92.55%-
XYZ28.4122.8782.27-
YUV130.53187.52114.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.77%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=23.77%
G=25.70%
B=50.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111202360.530.4900.07235.6876.6968.04
Hex6F78EC353107ec4d44
Octal157170354656107354115104
Binary110111111110001110110011010111000101111110110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F78EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F78EC; }

 p { color: rgb(111,120,236); }

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

<style>
 a { background-color: #6F78EC; }

 a { background-color: rgb(111,120,236); }

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

<style>
 span { border-color: #6F78EC; }

 span { border-color: rgb(111,120,236); }

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