Html Css Color HEX #686AFD Medium Slate Blue

📋 copy color: '#686AFD'

red 104 ◦ green 106 ◦ blue 253

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

Shades of Medium Slate Blue #686AFD

Tints of Medium Slate Blue #686AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 22.46%
G = 22.89%
B = 54.64%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#686AFD (or 0x686AFD) is known color: Medium Slate Blue. HEX triplet: 68, 6A and FD. RGB value is (104,106,253). Sum of RGB (Red+Green+Blue) = 104+106+253=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #686AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFD is #979502. Grayscale: #797979. Windows color (decimal): -9934083 or 16607848. OLE color: 16607848.

HSL color Cylindrical-coordinate representation of color #686AFD: hue angle of 239.19º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686AFD is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 106 253 -
CMYK 0.59 0.58 0 0.01
HSL 239.19º 0.97% 0.7% -
HSV(B) 239.19º 0.59% 0.99% -
XYZ 28.59 20.34 95.35 -
YUV 122.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 104 106 253 0.59 0.58 0 0.01 239.19 0.97 0.7
Hex 68 6A FD 3B 3A 0 1 EF 61 46
Octal 150 152 375 73 72 0 1 357 141 106
Binary 1101000 1101010 11111101 111011 111010 0 1 11101111 1100001 1000110

Color Harmonies of #686AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686AFD

Black with #686AFD

Text Example


Text Example

White with #686AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,106,253); }

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

background-color css

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

 a { background-color: rgb(104,106,253); }

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

border-color css

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

 span { border-color: rgb(104,106,253); }

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