Html Css Color HEX #686AEF Medium Slate Blue

📋 copy color: '#686AEF'

red 104 ◦ green 106 ◦ blue 239

#686AEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #686AEF

Tints of Medium Slate Blue #686AEF

RGB

 RED value IS 104 (41.02% from 255) = 23.16%

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 23.16%
G = 23.61%
B = 53.23%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#686AEF (or 0x686AEF) is known color: Medium Slate Blue. HEX triplet: 68, 6A and EF. RGB value is (104,106,239). Sum of RGB (Red+Green+Blue) = 104+106+239=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #686AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AEF is #979510. Grayscale: #787878. Windows color (decimal): -9934097 or 15690344. OLE color: 15690344.

HSL color Cylindrical-coordinate representation of color #686AEF: hue angle of 239.11º 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 #686AEF is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 106 239 -
CMYK 0.56 0.56 0 0.06
HSL 239.11º 0.81% 0.67% -
HSV(B) 239.11º 0.56% 0.94% -
XYZ 26.44 19.48 84.03 -
YUV 120.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 104 106 239 0.56 0.56 0 0.06 239.11 0.81 0.67
Hex 68 6A EF 38 38 0 6 EF 51 43
Octal 150 152 357 70 70 0 6 357 121 103
Binary 1101000 1101010 11101111 111000 111000 0 110 11101111 1010001 1000011

Color Harmonies of #686AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AEF

Black with #686AEF

Text Example


Text Example

White with #686AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686AEF; }

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

 H1.HeaderClassName
 {
   color: #686AEF;
 }
 .AnyTagClassName
 {
   color: #686AEF;
 }
</style>

background-color css

<style>
 a { background-color: #686AEF; }

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

 div.DivClassName
 {
   background-color: #686AEF;
 }
 .BgClassName
 {
   background-color: #686AEF;
 }
</style>

border-color css

<style>
 span { border-color: #686AEF; }

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

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