Html Css Color HEX #686FFA Medium Slate Blue

📋 copy color: '#686FFA'

red 104 ◦ green 111 ◦ blue 250

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

Shades of Medium Slate Blue #686FFA

Tints of Medium Slate Blue #686FFA

RGB

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

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

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

R = 22.37%
G = 23.87%
B = 53.76%

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

#686FFA (or 0x686FFA) is known color: Medium Slate Blue. HEX triplet: 68, 6F and FA. RGB value is (104,111,250). Sum of RGB (Red+Green+Blue) = 104+111+250=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #686FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FFA is #979005. Grayscale: #7C7C7C. Windows color (decimal): -9932806 or 16412520. OLE color: 16412520.

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

Color convert

RGB 104 111 250 -
CMYK 0.58 0.56 0 0.02
HSL 237.12º 0.94% 0.69% -
HSV(B) 237.12º 0.58% 0.98% -
XYZ 28.65 21.21 93.03 -
YUV 124.75 198.68 113.2 -
System Red Green Blue C M Y K H S L
Decimal 104 111 250 0.58 0.56 0 0.02 237.12 0.94 0.69
Hex 68 6F FA 3A 38 0 2 ED 5E 45
Octal 150 157 372 72 70 0 2 355 136 105
Binary 1101000 1101111 11111010 111010 111000 0 10 11101101 1011110 1000101

Color Harmonies of #686FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686FFA

Black with #686FFA

Text Example


Text Example

White with #686FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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