Html Css Color HEX #686FDF Medium Slate Blue

📋 copy color: '#686FDF'

red 104 ◦ green 111 ◦ blue 223

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

Shades of Medium Slate Blue #686FDF

Tints of Medium Slate Blue #686FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 23.74%
G = 25.34%
B = 50.91%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#686FDF (or 0x686FDF) is known color: Medium Slate Blue. HEX triplet: 68, 6F and DF. RGB value is (104,111,223). Sum of RGB (Red+Green+Blue) = 104+111+223=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #686FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FDF is #979020. Grayscale: #797979. Windows color (decimal): -9932833 or 14643048. OLE color: 14643048.

HSL color Cylindrical-coordinate representation of color #686FDF: hue angle of 236.47º degrees, saturation: 0.65, 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 #686FDF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 111 223 -
CMYK 0.53 0.50 0 0.13
HSL 236.47º 0.65% 0.64% -
HSV(B) 236.47º 0.53% 0.87% -
XYZ 24.71 19.64 72.3 -
YUV 121.68 185.18 115.39 -
System Red Green Blue C M Y K H S L
Decimal 104 111 223 0.53 0.50 0 0.13 236.47 0.65 0.64
Hex 68 6F DF 35 32 0 D EC 41 40
Octal 150 157 337 65 62 0 15 354 101 100
Binary 1101000 1101111 11011111 110101 110010 0 1101 11101100 1000001 1000000

Color Harmonies of #686FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FDF

Black with #686FDF

Text Example


Text Example

White with #686FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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