Html Css Color HEX #686DFD Medium Slate Blue

📋 copy color: '#686DFD'

red 104 ◦ green 109 ◦ blue 253

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

Shades of Medium Slate Blue #686DFD

Tints of Medium Slate Blue #686DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 22.32%
G = 23.39%
B = 54.29%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#686DFD (or 0x686DFD) is known color: Medium Slate Blue. HEX triplet: 68, 6D and FD. RGB value is (104,109,253). Sum of RGB (Red+Green+Blue) = 104+109+253=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #686DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DFD is #979202. Grayscale: #7B7B7B. Windows color (decimal): -9933315 or 16608616. OLE color: 16608616.

HSL color Cylindrical-coordinate representation of color #686DFD: hue angle of 237.99º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686DFD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 109 253 -
CMYK 0.59 0.57 0 0.01
HSL 237.99º 0.97% 0.7% -
HSV(B) 237.99º 0.59% 0.99% -
XYZ 28.91 20.97 95.45 -
YUV 123.92 200.84 113.79 -
System Red Green Blue C M Y K H S L
Decimal 104 109 253 0.59 0.57 0 0.01 237.99 0.97 0.7
Hex 68 6D FD 3B 39 0 1 EE 61 46
Octal 150 155 375 73 71 0 1 356 141 106
Binary 1101000 1101101 11111101 111011 111001 0 1 11101110 1100001 1000110

Color Harmonies of #686DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DFD

Black with #686DFD

Text Example


Text Example

White with #686DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,253); }

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

background-color css

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

 a { background-color: rgb(104,109,253); }

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

border-color css

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

 span { border-color: rgb(104,109,253); }

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