Html Css Color HEX #686DF7 Medium Slate Blue

📋 copy color: '#686DF7'

red 104 ◦ green 109 ◦ blue 247

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

Shades of Medium Slate Blue #686DF7

Tints of Medium Slate Blue #686DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 22.61%
G = 23.7%
B = 53.7%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#686DF7 (or 0x686DF7) is known color: Medium Slate Blue. HEX triplet: 68, 6D and F7. RGB value is (104,109,247). Sum of RGB (Red+Green+Blue) = 104+109+247=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #686DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DF7 is #979208. Grayscale: #7A7A7A. Windows color (decimal): -9933321 or 16215400. OLE color: 16215400.

HSL color Cylindrical-coordinate representation of color #686DF7: hue angle of 237.9º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686DF7 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 109 247 -
CMYK 0.58 0.56 0 0.03
HSL 237.9º 0.9% 0.69% -
HSV(B) 237.9º 0.58% 0.97% -
XYZ 27.97 20.6 90.5 -
YUV 123.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 104 109 247 0.58 0.56 0 0.03 237.9 0.9 0.69
Hex 68 6D F7 3A 38 0 3 EE 5A 45
Octal 150 155 367 72 70 0 3 356 132 105
Binary 1101000 1101101 11110111 111010 111000 0 11 11101110 1011010 1000101

Color Harmonies of #686DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DF7

Black with #686DF7

Text Example


Text Example

White with #686DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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