Html Css Color HEX #686EF0 Medium Slate Blue

📋 copy color: '#686EF0'

red 104 ◦ green 110 ◦ blue 240

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

Shades of Medium Slate Blue #686EF0

Tints of Medium Slate Blue #686EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.86%

R = 22.91%
G = 24.23%
B = 52.86%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#686EF0 (or 0x686EF0) is known color: Medium Slate Blue. HEX triplet: 68, 6E and F0. RGB value is (104,110,240). Sum of RGB (Red+Green+Blue) = 104+110+240=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #686EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EF0 is #97910F. Grayscale: #7A7A7A. Windows color (decimal): -9933072 or 15756904. OLE color: 15756904.

HSL color Cylindrical-coordinate representation of color #686EF0: hue angle of 237.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686EF0 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 110 240 -
CMYK 0.57 0.54 0 0.06
HSL 237.35º 0.82% 0.67% -
HSV(B) 237.35º 0.57% 0.94% -
XYZ 27.01 20.39 84.95 -
YUV 123.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 104 110 240 0.57 0.54 0 0.06 237.35 0.82 0.67
Hex 68 6E F0 39 36 0 6 ED 52 43
Octal 150 156 360 71 66 0 6 355 122 103
Binary 1101000 1101110 11110000 111001 110110 0 110 11101101 1010010 1000011

Color Harmonies of #686EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EF0

Black with #686EF0

Text Example


Text Example

White with #686EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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