Html Css Color HEX #686EFD Medium Slate Blue

📋 copy color: '#686EFD'

red 104 ◦ green 110 ◦ blue 253

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

Shades of Medium Slate Blue #686EFD

Tints of Medium Slate Blue #686EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 22.27%
G = 23.55%
B = 54.18%

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

#686EFD (or 0x686EFD) is known color: Medium Slate Blue. HEX triplet: 68, 6E and FD. RGB value is (104,110,253). Sum of RGB (Red+Green+Blue) = 104+110+253=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #686EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EFD is #979102. Grayscale: #7B7B7B. Windows color (decimal): -9933059 or 16608872. OLE color: 16608872.

HSL color Cylindrical-coordinate representation of color #686EFD: hue angle of 237.58º 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 #686EFD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 110 253 -
CMYK 0.59 0.57 0 0.01
HSL 237.58º 0.97% 0.7% -
HSV(B) 237.58º 0.59% 0.99% -
XYZ 29.01 21.19 95.49 -
YUV 124.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 104 110 253 0.59 0.57 0 0.01 237.58 0.97 0.7
Hex 68 6E FD 3B 39 0 1 EE 61 46
Octal 150 156 375 73 71 0 1 356 141 106
Binary 1101000 1101110 11111101 111011 111001 0 1 11101110 1100001 1000110

Color Harmonies of #686EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EFD

Black with #686EFD

Text Example


Text Example

White with #686EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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