Html Css Color HEX #686FEA Medium Slate Blue

📋 copy color: '#686FEA'

red 104 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #686FEA

Tints of Medium Slate Blue #686FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 23.16%
G = 24.72%
B = 52.12%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#686FEA (or 0x686FEA) is known color: Medium Slate Blue. HEX triplet: 68, 6F and EA. RGB value is (104,111,234). Sum of RGB (Red+Green+Blue) = 104+111+234=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #686FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FEA is #979015. Grayscale: #7A7A7A. Windows color (decimal): -9932822 or 15363944. OLE color: 15363944.

HSL color Cylindrical-coordinate representation of color #686FEA: hue angle of 236.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686FEA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 111 234 -
CMYK 0.56 0.53 0 0.08
HSL 236.77º 0.76% 0.66% -
HSV(B) 236.77º 0.56% 0.92% -
XYZ 26.24 20.25 80.37 -
YUV 122.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 104 111 234 0.56 0.53 0 0.08 236.77 0.76 0.66
Hex 68 6F EA 38 35 0 8 ED 4C 42
Octal 150 157 352 70 65 0 10 355 114 102
Binary 1101000 1101111 11101010 111000 110101 0 1000 11101101 1001100 1000010

Color Harmonies of #686FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FEA

Black with #686FEA

Text Example


Text Example

White with #686FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,234); }

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

background-color css

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

 a { background-color: rgb(104,111,234); }

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

border-color css

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

 span { border-color: rgb(104,111,234); }

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