#6874EF

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

Shades of Medium Slate Blue #6874EF

Tints of Medium Slate Blue #6874EF

Color information

#6874EF (or 0x6874EF) is unknown color: approx Medium Slate Blue. HEX triplet: 68, 74 and EF. RGB value is (104,116,239). Sum of RGB (Red+Green+Blue) = 104+116+239=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #6874EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6874EF is #978B10. Grayscale: #7D7D7D. Windows color (decimal): -9931537 or 15692904. OLE color: 15692904.

HSL color Cylindrical-coordinate representation of color #6874EF: hue angle of 234.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6874EF is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104116239-
CMYK0.560.5100.06
HSL234.67º80.84%67.25%-
HSV(B)234.67º56.49%93.73%-
XYZ27.5321.6784.39-
YUV126.43191.52112-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 239 (93.75% from 255) = 52.07%
R=22.66%
G=25.27%
B=52.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041162390.560.5100.06234.6780.8467.25
Hex6874EF383306eb5143
Octal150164357706306353121103
Binary110100011101001110111111100011001101101110101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6874EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6874EF; }

 p { color: rgb(104,116,239); }

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

<style>
 a { background-color: #6874EF; }

 a { background-color: rgb(104,116,239); }

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

<style>
 span { border-color: #6874EF; }

 span { border-color: rgb(104,116,239); }

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