Html Css Color HEX #686DFA Medium Slate Blue

📋 copy color: '#686DFA'

red 104 ◦ green 109 ◦ blue 250

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

Shades of Medium Slate Blue #686DFA

Tints of Medium Slate Blue #686DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 22.46%
G = 23.54%
B = 54%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#686DFA (or 0x686DFA) is known color: Medium Slate Blue. HEX triplet: 68, 6D and FA. RGB value is (104,109,250). Sum of RGB (Red+Green+Blue) = 104+109+250=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #686DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686DFA is #979205. Grayscale: #7B7B7B. Windows color (decimal): -9933318 or 16412008. OLE color: 16412008.

HSL color Cylindrical-coordinate representation of color #686DFA: hue angle of 237.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686DFA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 109 250 -
CMYK 0.58 0.56 0 0.02
HSL 237.95º 0.94% 0.69% -
HSV(B) 237.95º 0.58% 0.98% -
XYZ 28.43 20.78 92.96 -
YUV 123.58 199.34 114.04 -
System Red Green Blue C M Y K H S L
Decimal 104 109 250 0.58 0.56 0 0.02 237.95 0.94 0.69
Hex 68 6D FA 3A 38 0 2 EE 5E 45
Octal 150 155 372 72 70 0 2 356 136 105
Binary 1101000 1101101 11111010 111010 111000 0 10 11101110 1011110 1000101

Color Harmonies of #686DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686DFA

Black with #686DFA

Text Example


Text Example

White with #686DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,250); }

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

background-color css

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

 a { background-color: rgb(104,109,250); }

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

border-color css

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

 span { border-color: rgb(104,109,250); }

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