Html Css Color HEX #686FDE Medium Slate Blue

📋 copy color: '#686FDE'

red 104 ◦ green 111 ◦ blue 222

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

Shades of Medium Slate Blue #686FDE

Tints of Medium Slate Blue #686FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 23.8%
G = 25.4%
B = 50.8%

CMYK

 C value IS 0.53

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#686FDE (or 0x686FDE) is known color: Medium Slate Blue. HEX triplet: 68, 6F and DE. RGB value is (104,111,222). Sum of RGB (Red+Green+Blue) = 104+111+222=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #686FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FDE is #979021. Grayscale: #797979. Windows color (decimal): -9932834 or 14577512. OLE color: 14577512.

HSL color Cylindrical-coordinate representation of color #686FDE: hue angle of 236.44º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686FDE is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 111 222 -
CMYK 0.53 0.5 0 0.13
HSL 236.44º 0.64% 0.64% -
HSV(B) 236.44º 0.53% 0.87% -
XYZ 24.58 19.59 71.59 -
YUV 121.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 104 111 222 0.53 0.5 0 0.13 236.44 0.64 0.64
Hex 68 6F DE 35 32 0 D EC 40 40
Octal 150 157 336 65 62 0 15 354 100 100
Binary 1101000 1101111 11011110 110101 110010 0 1101 11101100 1000000 1000000

Color Harmonies of #686FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FDE

Black with #686FDE

Text Example


Text Example

White with #686FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,222); }

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

background-color css

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

 a { background-color: rgb(104,111,222); }

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

border-color css

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

 span { border-color: rgb(104,111,222); }

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