Html Css Color HEX #686CFD Medium Slate Blue

📋 copy color: '#686CFD'

red 104 ◦ green 108 ◦ blue 253

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

Shades of Medium Slate Blue #686CFD

Tints of Medium Slate Blue #686CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

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

R = 22.37%
G = 23.23%
B = 54.41%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#686CFD (or 0x686CFD) is known color: Medium Slate Blue. HEX triplet: 68, 6C and FD. RGB value is (104,108,253). Sum of RGB (Red+Green+Blue) = 104+108+253=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #686CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686CFD is #979302. Grayscale: #7A7A7A. Windows color (decimal): -9933571 or 16608360. OLE color: 16608360.

HSL color Cylindrical-coordinate representation of color #686CFD: hue angle of 238.39º 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 #686CFD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 108 253 -
CMYK 0.59 0.57 0 0.01
HSL 238.39º 0.97% 0.7% -
HSV(B) 238.39º 0.59% 0.99% -
XYZ 28.8 20.76 95.42 -
YUV 123.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 104 108 253 0.59 0.57 0 0.01 238.39 0.97 0.7
Hex 68 6C FD 3B 39 0 1 EE 61 46
Octal 150 154 375 73 71 0 1 356 141 106
Binary 1101000 1101100 11111101 111011 111001 0 1 11101110 1100001 1000110

Color Harmonies of #686CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686CFD

Black with #686CFD

Text Example


Text Example

White with #686CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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