Html Css Color HEX #686DF5 Medium Slate Blue

📋 copy color: '#686DF5'

red 104 ◦ green 109 ◦ blue 245

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

Shades of Medium Slate Blue #686DF5

Tints of Medium Slate Blue #686DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.49%

R = 22.71%
G = 23.8%
B = 53.49%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#686DF5 (or 0x686DF5) is known color: Medium Slate Blue. HEX triplet: 68, 6D and F5. RGB value is (104,109,245). Sum of RGB (Red+Green+Blue) = 104+109+245=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #686DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DF5 is #97920A. Grayscale: #7A7A7A. Windows color (decimal): -9933323 or 16084328. OLE color: 16084328.

HSL color Cylindrical-coordinate representation of color #686DF5: hue angle of 237.87º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686DF5 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 109 245 -
CMYK 0.58 0.56 0 0.04
HSL 237.87º 0.88% 0.68% -
HSV(B) 237.87º 0.58% 0.96% -
XYZ 27.66 20.47 88.88 -
YUV 123.01 196.84 114.44 -
System Red Green Blue C M Y K H S L
Decimal 104 109 245 0.58 0.56 0 0.04 237.87 0.88 0.68
Hex 68 6D F5 3A 38 0 4 EE 58 44
Octal 150 155 365 72 70 0 4 356 130 104
Binary 1101000 1101101 11110101 111010 111000 0 100 11101110 1011000 1000100

Color Harmonies of #686DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DF5

Black with #686DF5

Text Example


Text Example

White with #686DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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