#6E7DEF

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

Shades of Medium Slate Blue #6E7DEF

Tints of Medium Slate Blue #6E7DEF

Color information

#6E7DEF (or 0x6E7DEF) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 7D and EF. RGB value is (110,125,239). Sum of RGB (Red+Green+Blue) = 110+125+239=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E7DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7DEF is #918210. Grayscale: #858585. Windows color (decimal): -9536017 or 15695214. OLE color: 15695214.

HSL color Cylindrical-coordinate representation of color #6E7DEF: hue angle of 233.02º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E7DEF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB110125239-
CMYK0.540.4800.06
HSL233.02º80.12%68.43%-
HSV(B)233.02º53.97%93.73%-
XYZ29.3424.2184.79-
YUV133.51187.53111.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.21%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 239 (93.75% from 255) = 50.42%
R=23.21%
G=26.37%
B=50.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1101252390.540.4800.06233.0280.1268.43
Hex6E7DEF363006e95044
Octal156175357666006351120104
Binary110111011111011110111111011011000001101110100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,125,239); }

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

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

 a { background-color: rgb(110,125,239); }

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

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

 span { border-color: rgb(110,125,239); }

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