Html Css Color HEX #686EE2 Medium Slate Blue

📋 copy color: '#686EE2'

red 104 ◦ green 110 ◦ blue 226

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

Shades of Medium Slate Blue #686EE2

Tints of Medium Slate Blue #686EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.36%

R = 23.64%
G = 25%
B = 51.36%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#686EE2 (or 0x686EE2) is known color: Medium Slate Blue. HEX triplet: 68, 6E and E2. RGB value is (104,110,226). Sum of RGB (Red+Green+Blue) = 104+110+226=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #686EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EE2 is #97911D. Grayscale: #787878. Windows color (decimal): -9933086 or 14839400. OLE color: 14839400.

HSL color Cylindrical-coordinate representation of color #686EE2: hue angle of 237.05º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686EE2 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 110 226 -
CMYK 0.54 0.51 0 0.11
HSL 237.05º 0.68% 0.65% -
HSV(B) 237.05º 0.54% 0.89% -
XYZ 25.01 19.59 74.41 -
YUV 121.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 104 110 226 0.54 0.51 0 0.11 237.05 0.68 0.65
Hex 68 6E E2 36 33 0 B ED 44 41
Octal 150 156 342 66 63 0 13 355 104 101
Binary 1101000 1101110 11100010 110110 110011 0 1011 11101101 1000100 1000001

Color Harmonies of #686EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EE2

Black with #686EE2

Text Example


Text Example

White with #686EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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