Html Css Color HEX #686EEA Medium Slate Blue

📋 copy color: '#686EEA'

red 104 ◦ green 110 ◦ blue 234

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

Shades of Medium Slate Blue #686EEA

Tints of Medium Slate Blue #686EEA

RGB

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

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

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

R = 23.21%
G = 24.55%
B = 52.23%

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

#686EEA (or 0x686EEA) is known color: Medium Slate Blue. HEX triplet: 68, 6E and EA. RGB value is (104,110,234). Sum of RGB (Red+Green+Blue) = 104+110+234=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #686EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686EEA is #979115. Grayscale: #797979. Windows color (decimal): -9933078 or 15363688. OLE color: 15363688.

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

Color convert

RGB 104 110 234 -
CMYK 0.56 0.53 0 0.08
HSL 237.23º 0.76% 0.66% -
HSV(B) 237.23º 0.56% 0.92% -
XYZ 26.14 20.04 80.33 -
YUV 122.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 104 110 234 0.56 0.53 0 0.08 237.23 0.76 0.66
Hex 68 6E EA 38 35 0 8 ED 4C 42
Octal 150 156 352 70 65 0 10 355 114 102
Binary 1101000 1101110 11101010 111000 110101 0 1000 11101101 1001100 1000010

Color Harmonies of #686EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686EEA

Black with #686EEA

Text Example


Text Example

White with #686EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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