Html Css Color HEX #686BE2 Medium Slate Blue

📋 copy color: '#686BE2'

red 104 ◦ green 107 ◦ blue 226

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

Shades of Medium Slate Blue #686BE2

Tints of Medium Slate Blue #686BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

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

R = 23.8%
G = 24.49%
B = 51.72%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#686BE2 (or 0x686BE2) is known color: Medium Slate Blue. HEX triplet: 68, 6B and E2. RGB value is (104,107,226). Sum of RGB (Red+Green+Blue) = 104+107+226=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 226 (88.67% from 255 or 51.72% from 437); Max value from RGB is 226 - color contains mainly: blue. Hex color #686BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BE2 is #97941D. Grayscale: #777777. Windows color (decimal): -9933854 or 14838632. OLE color: 14838632.

HSL color Cylindrical-coordinate representation of color #686BE2: hue angle of 238.52º 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 #686BE2 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 107 226 -
CMYK 0.54 0.53 0 0.11
HSL 238.52º 0.68% 0.65% -
HSV(B) 238.52º 0.54% 0.89% -
XYZ 24.69 18.95 74.31 -
YUV 119.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 104 107 226 0.54 0.53 0 0.11 238.52 0.68 0.65
Hex 68 6B E2 36 35 0 B EF 44 41
Octal 150 153 342 66 65 0 13 357 104 101
Binary 1101000 1101011 11100010 110110 110101 0 1011 11101111 1000100 1000001

Color Harmonies of #686BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686BE2

Black with #686BE2

Text Example


Text Example

White with #686BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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